summaryrefslogtreecommitdiff
path: root/font/Makefile
blob: e3b0c8c162ca74c264771353fcb112447b5f7a1a (plain)
1
2
3
4
5
editor: editor.c
	gcc -oeditor -DSCALE=2 editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99

clean:
	rm -f editor packer