diff options
Diffstat (limited to 'httpd')
-rw-r--r-- | httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile index ffa7f0b..2564585 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -30,4 +30,4 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - rm -f *.o core* libproctools.a proctest $(DEPFILE) + @rm -f *.o core* libproctools.a proctest $(DEPFILE) |