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

clean:
	rm -f editor packer