summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 816241a)
raw | patch | inline | side by side (parent: 816241a)
author | Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl> | |
Tue, 15 Nov 2011 20:36:33 +0000 (20:36 +0000) | ||
committer | Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl> | |
Tue, 15 Nov 2011 20:36:33 +0000 (20:36 +0000) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 7a09b516badb1fd84a5e2d59e77685a1f7ca0350..3e394f058f9f266778df401a8587d539ddf54e10 100644 (file)
--- a/Makefile
+++ b/Makefile
$(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))