summaryrefslogtreecommitdiff
path: root/Makefile
blob: 11e46ceec8164e77b9ee4880420986502d85a5d9 (plain)
1
2
3
4
5
6
.PHONY: all

all: JnR

JnR: JnR.cpp
	g++ JnR.cpp -O2 -Wall -lSDL -o JnR