chiark / gitweb /
adnshost: adh-opts.c: Whitespace adjustments to option table
[adns.git] / settings.make.in
index 64c406e15d842cc9382c04e404dff05fcee56647..4f8379a918f4f5dcbf3e9a529d539b750d93da0b 100644 (file)
@@ -26,15 +26,15 @@ include             ../common.make
 all:                   $(TARGETS)
 
 clean mostlyclean:
-               rm -f $(TARGETS)
+               rm -f $(TARGETS) $(AUTOCSRCS) $(AUTOCHDRS)
                rm -f *.o *.tmp* *.so *.so.* pipe.*
-               rm -f output-*.err output-*.leftover
-               rm -f output-*.out output-*.report
+               rm -f output-*.err output-*.leftover output-*.trouble
+               rm -f output-*.out output-*.report fuzz-* fuzzraw-*
+               rm -rf fuzzcat.d
 
 distclean:             clean
                rm -f *~ ./#*# core *.orig *.rej Makefile config.h
 
-distprep:              $(AUTOCSRCS) $(AUTOCHDRS)
+distprep:
 
 maintainer-clean:      distclean
-               -rm -f $(AUTOCSRCS) $(AUTOCHDRS)