DEADSOFTWARE

Cleaner clean
authorGert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl>
Tue, 15 Nov 2011 20:36:33 +0000 (20:36 +0000)
committerGert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl>
Tue, 15 Nov 2011 20:36:33 +0000 (20:36 +0000)
Makefile

index 7a09b516badb1fd84a5e2d59e77685a1f7ca0350..3e394f058f9f266778df401a8587d539ddf54e10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,9 @@ endef
 $(foreach src,$(SRCS),$(eval $(call depend_on_compiled_header,$(src))))
 
 clean:
-       rm -f odcread *.o */*.o */*.d */*.ih.gch
+       rm -f */*.o */module.d */module.ih.gch
 
+dist-clean: clean
+       rm -f odcread
 # Include the generated dependency files (if they exist)
 -include $(patsubst %,%/module.d,$(MODULES))