X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fmap%2Fsubdir.mk;h=01eb7874622884488b6a347cbeb7d03601246b2b;hb=e42e6570cb7460a1794fdc674d875a2b798d4f43;hp=fa9307839b8adf843643082a669835e4fcbe54ab;hpb=c03b01f2a152927227a674d462794604aa08e5dd;p=l2e.git diff --git a/Debug/src/map/subdir.mk b/Debug/src/map/subdir.mk index fa93078..01eb787 100644 --- a/Debug/src/map/subdir.mk +++ b/Debug/src/map/subdir.mk @@ -8,21 +8,24 @@ CPP_SRCS += \ ../src/map/Entity.cpp \ ../src/map/Map.cpp \ ../src/map/MapState.cpp \ -../src/map/Tile.cpp +../src/map/Tile.cpp \ +../src/map/Trigger.cpp OBJS += \ ./src/map/Area.o \ ./src/map/Entity.o \ ./src/map/Map.o \ ./src/map/MapState.o \ -./src/map/Tile.o +./src/map/Tile.o \ +./src/map/Trigger.o CPP_DEPS += \ ./src/map/Area.d \ ./src/map/Entity.d \ ./src/map/Map.d \ ./src/map/MapState.d \ -./src/map/Tile.d +./src/map/Tile.d \ +./src/map/Trigger.d # Each subdirectory must supply rules for building sources it contributes