]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/Makefile.in
no real changes
[wxWidgets.git] / demos / bombs / Makefile.in
index 3c8a0800c6acb2772af334cf4fce3dfab7079b20..3597e174bf156a34cf4f9b46528afd960fbd2fe2 100644 (file)
@@ -16,6 +16,8 @@ program_dir = demos/bombs
 PROGRAM=bombs
 
 OBJECTS = bombs.o bombs1.o game.o
 PROGRAM=bombs
 
 OBJECTS = bombs.o bombs1.o game.o
+DEPFILES= bombs.d bombs1.d game.d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)