X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fapp%2Fsubdir.mk;h=ae7ec036b008c71e19612c3e03aa003d4ed9601a;hb=867fd5d9b79c3b9c1d0fb17ba9f55cfe971b93d5;hp=76160a841f1ac6d441fe4dfb8b4e940d188750ae;hpb=2955f56fb11fab871a34db5700befe55737d81d7;p=l2e.git diff --git a/Debug/src/app/subdir.mk b/Debug/src/app/subdir.mk index 76160a8..ae7ec03 100644 --- a/Debug/src/app/subdir.mk +++ b/Debug/src/app/subdir.mk @@ -4,13 +4,16 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ -../src/app/Application.cpp +../src/app/Application.cpp \ +../src/app/Input.cpp OBJS += \ -./src/app/Application.o +./src/app/Application.o \ +./src/app/Input.o CPP_DEPS += \ -./src/app/Application.d +./src/app/Application.d \ +./src/app/Input.d # Each subdirectory must supply rules for building sources it contributes