The-Powder-Toy/font/Makefile
2011-05-26 11:40:08 +01:00

6 lines
130 B
Makefile

editor: editor.c
gcc -oeditor -DSCALE=2 editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99
clean:
rm -f editor packer