]> git.localhorst.tv Git - l2e.git/blobdiff - Release/src/app/subdir.mk
initialized monster animations and enabled -Wall compiler flag
[l2e.git] / Release / src / app / subdir.mk
index 555eb00b74789670b4fd06c7e795db1f48498979..764eb6fe55121e3bdc5cee8149fb28321d42010c 100644 (file)
@@ -4,20 +4,23 @@
 
 # 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
 src/app/%.o: ../src/app/%.cpp
        @echo 'Building file: $<'
        @echo 'Invoking: GCC C++ Compiler'
-       g++ -I/usr/include/SDL -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       g++ -I/usr/include/SDL -O3 -Wall -Werror -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
        @echo 'Finished building: $<'
        @echo ' '