X-Git-Url: https://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=Makefile;h=3e394f058f9f266778df401a8587d539ddf54e10;hp=7a09b516badb1fd84a5e2d59e77685a1f7ca0350;hb=68f5d585dbbada3c3c69ac2cd9ba8e6d2ef3adae;hpb=816241afc2a91e54e86b4534ce5264f11d229dc6 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))