From 63a10756032fa5c677787fba209706b8bf1e4bef Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 26 Apr 2012 16:15:17 +1000 Subject: A bunch of modifications working to a good solver. --- impl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'impl/Makefile') diff --git a/impl/Makefile b/impl/Makefile index 1d2eb4b..05e4a83 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -1,8 +1,9 @@ CC=g++ BUILD=build/ +FLAGS=-Wall -Werror -g all: build-dir - $(CC) main.cpp -Wall -Werror -o $(BUILD)/main + $(CC) main.cpp $(FLAGS) -o $(BUILD)/main build-dir: mkdir -p $(BUILD) -- cgit v1.2.3