X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fapp%2Fsubdir.mk;h=caae9156b2f566f32e1939ffcce4e84e53491196;hb=3673ff7cec6896ff3d3aaf7f19027c510a15bcda;hp=645d8eda5d62884af8b66cca8386a4b13019570b;hpb=1c36f0002e3778f05aca3e6836556cfff94a268e;p=l2e.git diff --git a/Debug/src/app/subdir.mk b/Debug/src/app/subdir.mk index 645d8ed..caae915 100644 --- a/Debug/src/app/subdir.mk +++ b/Debug/src/app/subdir.mk @@ -5,15 +5,21 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/app/Application.cpp \ -../src/app/Input.cpp +../src/app/Arguments.cpp \ +../src/app/Input.cpp \ +../src/app/State.cpp OBJS += \ ./src/app/Application.o \ -./src/app/Input.o +./src/app/Arguments.o \ +./src/app/Input.o \ +./src/app/State.o CPP_DEPS += \ ./src/app/Application.d \ -./src/app/Input.d +./src/app/Arguments.d \ +./src/app/Input.d \ +./src/app/State.d # Each subdirectory must supply rules for building sources it contributes