X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Debug%2Fsrc%2Fapp%2Fsubdir.mk;h=8fad388622e8a78baa916580f11755e2e458e935;hb=2ccc2369d32fb680a3047519d79c17de34c4e10a;hp=645d8eda5d62884af8b66cca8386a4b13019570b;hpb=1c36f0002e3778f05aca3e6836556cfff94a268e;p=l2e.git diff --git a/Debug/src/app/subdir.mk b/Debug/src/app/subdir.mk index 645d8ed..8fad388 100644 --- a/Debug/src/app/subdir.mk +++ b/Debug/src/app/subdir.mk @@ -5,14 +5,17 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/app/Application.cpp \ +../src/app/Arguments.cpp \ ../src/app/Input.cpp OBJS += \ ./src/app/Application.o \ +./src/app/Arguments.o \ ./src/app/Input.o CPP_DEPS += \ ./src/app/Application.d \ +./src/app/Arguments.d \ ./src/app/Input.d