.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