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

all: SC

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