summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4bb9d9b18cde09e1461caec8337ac5bb58e42f3b (plain)
1
2
3
4
5
6
7
8
9
.PHONY: all

all: JnR

JnR: JnR.cpp
	g++ JnR.cpp -O2 -Wall -ggdb -lSDL -lSDL_gfx -lSDL_ttf -lSDL_image -o JnR

clean:
	rm -f JnR