diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |