Commit 647c5433 authored by Martin Pool's avatar Martin Pool

Make clean should also remove the autoconf cache etc.

parent 8f694072
...@@ -85,9 +85,10 @@ proto: ...@@ -85,9 +85,10 @@ proto:
clean: clean:
rm -f *~ $(OBJS) rsync rm -f *~ $(OBJS) rsync
rm -rf ./testtmp rm -rf ./testtmp
rm -f config.h config.cache config.status
distclean: clean distclean: clean
rm -f config.h config.cache config.status Makefile rm -f Makefile
# missing functions # missing functions
getaddrinfo.o: lib/getaddrinfo.c getaddrinfo.o: lib/getaddrinfo.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment