]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/Makefile.in
docs corrections and docs for Chris' wxImage::SaveFile(filename_only) patch
[wxWidgets.git] / demos / bombs / Makefile.in
index 3c8a0800c6acb2772af334cf4fce3dfab7079b20..44db946a6eb27b4c8ecb8f359b78686d4143fe46 100644 (file)
@@ -16,6 +16,8 @@ program_dir = demos/bombs
 PROGRAM=bombs
 
 OBJECTS = bombs.o bombs1.o game.o
+DEPFILES= bombs.d bombs1.d game.d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)