diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CPP := g++ -CPP_ARGS := -Wall -g -I. +CPP_ARGS := -Wall -Werror -I. LD_ARGS := BINARIES := $(patsubst %.cpp, build/%, $(wildcard *.cpp)) |