From ad4173e1c2bb55d2cce827067dfd132e8a6a7ac4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 8 Jan 2015 15:27:47 +0100 Subject: Add geometry functions & various modifications. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1b0544..96a1d45 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ BIN=pathfind $(BIN): *.cpp *.hpp - g++ -o $@ *.cpp -lm + g++ -o $@ *.cpp -lm -O2 -- cgit v1.2.3