X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fapp%2Fsubdir.mk;h=57cbd254b17389a6e45a161bdbc6d9d310fbdaa8;hb=7252571fb926a187c4c40e8f4eec718f16d63ffa;hp=cf5419093b43305265b5d8d626c8baca39f4c90c;hpb=2ccc2369d32fb680a3047519d79c17de34c4e10a;p=l2e.git diff --git a/Release/src/app/subdir.mk b/Release/src/app/subdir.mk index cf54190..57cbd25 100644 --- a/Release/src/app/subdir.mk +++ b/Release/src/app/subdir.mk @@ -6,17 +6,20 @@ CPP_SRCS += \ ../src/app/Application.cpp \ ../src/app/Arguments.cpp \ -../src/app/Input.cpp +../src/app/Input.cpp \ +../src/app/State.cpp OBJS += \ ./src/app/Application.o \ ./src/app/Arguments.o \ -./src/app/Input.o +./src/app/Input.o \ +./src/app/State.o CPP_DEPS += \ ./src/app/Application.d \ ./src/app/Arguments.d \ -./src/app/Input.d +./src/app/Input.d \ +./src/app/State.d # Each subdirectory must supply rules for building sources it contributes