summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-12-23 21:42:49 +0100
committertomsmeding <tom.smeding@gmail.com>2016-12-23 21:42:49 +0100
commit0ad45225f7ecb1a8a5ee6751e8f682d5966c2fd8 (patch)
tree6ebb7593bae0ee2b5fb604475549cf30295da178 /Makefile
parent2a952e107509cbc743b351e32663bfc8c6df9211 (diff)
Some changes that were lying aroundHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ded4503..4edfcba 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,5 @@ clean:
remake: clean all
postrun: $(OBJECTS)
- g++ -Wall -O2 -std=c++11 -o postrun $(OBJECTS)
+ g++ $(CXXFLAGS) -o postrun $(OBJECTS)
strip postrun