From: Gert van Valkenhoef Date: Tue, 15 Nov 2011 20:36:33 +0000 (+0000) Subject: Cleaner clean X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=commitdiff_plain;h=68f5d585dbbada3c3c69ac2cd9ba8e6d2ef3adae Cleaner clean --- diff --git a/Makefile b/Makefile index 7a09b51..3e394f0 100644 --- 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))