From cd89b5b3fc2d25b401fb8d6dc6ea4e0337e28fa2 Mon Sep 17 00:00:00 2001 From: Reimar Date: Tue, 2 Dec 2014 22:59:07 +0100 Subject: Added Tobicompatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 812fc56..11e46ce 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ all: JnR JnR: JnR.cpp - g++ JnR.cpp -O2 -Wall -lSDL -std=c++11 -o JnR + g++ JnR.cpp -O2 -Wall -lSDL -o JnR -- cgit v1.2.3