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

all: JnR

JnR: JnR.cpp
	g++ JnR.cpp -O2 -Wall -lSDL -std=c++11 -o JnR