diff options
-rw-r--r-- | httpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile index 56231ef..0dae6bf 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -34,4 +34,4 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *.o core* libproctools.a proctest $(DEPFILE) + @rm -f *.o core* libhttpd.a proctest $(DEPFILE) |