X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=Release%2Fsrc%2Fapp%2Fsubdir.mk;h=cf5419093b43305265b5d8d626c8baca39f4c90c;hb=7830acc2ab78d0c82a72948c4eb87eeb6463693c;hp=3255ffa8f698ddf8e8e278ef4d1868e075540d94;hpb=cddc8a96cce6117dac14248455ac70d332a4a9f8;p=l2e.git diff --git a/Release/src/app/subdir.mk b/Release/src/app/subdir.mk index 3255ffa..cf54190 100644 --- a/Release/src/app/subdir.mk +++ b/Release/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