diff options
-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)) |
index : cplusplus | ||
Small set of C++ snippets | Linux User |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | makefile | 2 |
@@ -1,5 +1,5 @@ CPP := g++ -CPP_ARGS := -Wall -g -I. +CPP_ARGS := -Wall -Werror -I. LD_ARGS := BINARIES := $(patsubst %.cpp, build/%, $(wildcard *.cpp)) |