The-Powder-Toy/font/Makefile
2011-06-25 15:52:24 +01:00

6 lines
143 B
Makefile

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