X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fmakefile;h=fb78d77000c341cfe3be76ba5c445c9aa748eea4;hb=3a30342daecdb9ee050ab20fcb50819a599d6343;hp=48bc75f7d9901d9207bba013f501cc9056091d19;hpb=4e886547268583ef1d8a415d9f7f959ce76ffcbc;p=l2e.git diff --git a/Release/makefile b/Release/makefile index 48bc75f..fb78d77 100644 --- a/Release/makefile +++ b/Release/makefile @@ -9,8 +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/geometry/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