The-Powder-Toy/font/Makefile

6 lines
130 B
Makefile
Raw Normal View History

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