diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-09-06 22:18:01 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-09-06 22:18:01 +0200 |
commit | 61dc84ab5ae95b3fa6bbbdcadf880f8ec64a925f (patch) | |
tree | 8c6dd3b6edd29ffda2aa08a4af90c47835620f86 /Makefile | |
parent | 1ca81854f4ff68c7d65006d9a026e487fb537f2e (diff) |
stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ remake: clean all postrun: $(OBJECTS) g++ -Wall -O2 -std=c++11 -o postrun $(OBJECTS) + strip postrun |