diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ | |||
3 | all: JnR | 3 | all: JnR |
4 | 4 | ||
5 | JnR: JnR.cpp | 5 | JnR: JnR.cpp |
6 | g++ JnR.cpp -O2 -Wall -lSDL -std=c++11 -o JnR | 6 | g++ JnR.cpp -O2 -Wall -lSDL -o JnR |