summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11e46ce..47e7d82 100644
--- a/Makefile
+++ b/Makefile
@@ -3,4 +3,7 @@
3all: JnR 3all: JnR
4 4
5JnR: JnR.cpp 5JnR: JnR.cpp
6 g++ JnR.cpp -O2 -Wall -lSDL -o JnR 6 g++ JnR.cpp -O2 -Wall -lSDL -std=c++11 -lSDL_ttf -o JnR
7
8clean:
9 rm -f JnR