summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4bb9d9b..51f09f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
1.PHONY: all 1.PHONY: all
2 2
3all: JnR 3all: SC
4
5JnR: JnR.cpp
6 g++ JnR.cpp -O2 -Wall -ggdb -lSDL -lSDL_gfx -lSDL_ttf -lSDL_image -o JnR
7 4
5SC: SC.cpp
6 g++ SC.cpp -O0 -Wall -ggdb -lSDL -lSDL_ttf -o SC
7
8clean: 8clean:
9 rm -f JnR 9 rm -f SC