X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2224580a415da12d7c453943c4ae4a1b58ecd369..34bbbc276dc470014c8d200cfbbf7f588076aeaf:/demos/bombs/Makefile.in diff --git a/demos/bombs/Makefile.in b/demos/bombs/Makefile.in index 3c8a0800c6..3597e174bf 100644 --- a/demos/bombs/Makefile.in +++ b/demos/bombs/Makefile.in @@ -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 +-include $(DEPFILES)