X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fmakefile;h=fb78d77000c341cfe3be76ba5c445c9aa748eea4;hb=ede708d4e15a34a4443727fc64fd28946fcbeb41;hp=507437a93cbfa29ba2e0136e4c244d637cf0e2b3;hpb=867fd5d9b79c3b9c1d0fb17ba9f55cfe971b93d5;p=l2e.git diff --git a/Debug/makefile b/Debug/makefile index 507437a..fb78d77 100644 --- a/Debug/makefile +++ b/Debug/makefile @@ -9,7 +9,11 @@ RM := rm -rf # All of the sources participating in the build are defined here -include sources.mk -include src/sdl/subdir.mk +-include src/map/subdir.mk +-include src/loader/subdir.mk -include src/graphics/subdir.mk +-include src/common/subdir.mk +-include src/battle/states/subdir.mk -include src/battle/subdir.mk -include src/app/subdir.mk -include src/subdir.mk