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

all: JnR

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

clean:
	rm -f JnR