.PHONY: all all: SC SC: SC.cpp g++ SC.cpp -O0 -Wall -ggdb -lSDL -lSDL_ttf -o SC clean: rm -f SC