The-Powder-Toy/font/Makefile

6 lines
143 B
Makefile
Raw Normal View History

2011-05-26 05:40:08 -05:00
editor: editor.c
2011-06-22 13:22:48 -05:00
gcc -oeditor -DSCALE=2 -DFONTEDITOR editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99
2011-05-26 05:40:08 -05:00
clean:
rm -f editor packer