diff options
Diffstat (limited to 'httpd')
-rw-r--r-- | httpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httpd/Makefile b/httpd/Makefile index 6aa448c..a11d57c 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -40,4 +40,7 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *.o core* libhttpd.a proctest $(DEPFILE) + @rm -f *~ *.o core* libhttpd.a proctest $(DEPFILE) + +dist: clean + @echo "Nothing to do for distribution here ..." |