X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fcommon%2Fsubdir.mk;h=8072d36e6d405ba3139a573b649e03d0316df173;hb=e02068d51f5e7f82d4d3195e9a9ce5c9d76f727d;hp=f25318031141ec5a305c938084eca78bb2a5a5d7;hpb=1c36f0002e3778f05aca3e6836556cfff94a268e;p=l2e.git diff --git a/Debug/src/common/subdir.mk b/Debug/src/common/subdir.mk index f253180..8072d36 100644 --- a/Debug/src/common/subdir.mk +++ b/Debug/src/common/subdir.mk @@ -7,19 +7,22 @@ CPP_SRCS += \ ../src/common/Ikari.cpp \ ../src/common/Inventory.cpp \ ../src/common/Item.cpp \ -../src/common/Spell.cpp +../src/common/Spell.cpp \ +../src/common/TargetingMode.cpp OBJS += \ ./src/common/Ikari.o \ ./src/common/Inventory.o \ ./src/common/Item.o \ -./src/common/Spell.o +./src/common/Spell.o \ +./src/common/TargetingMode.o CPP_DEPS += \ ./src/common/Ikari.d \ ./src/common/Inventory.d \ ./src/common/Item.d \ -./src/common/Spell.d +./src/common/Spell.d \ +./src/common/TargetingMode.d # Each subdirectory must supply rules for building sources it contributes