summaryrefslogtreecommitdiff
path: root/font/Makefile
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-26 10:40:08 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-26 10:40:08 (GMT)
commita6fe1a48323464f1cf1b24ef1008f556cb23a323 (patch)
treedc685196f06015ac1a82aee81a3ecebfb6572a7f /font/Makefile
parent7bf0ac10f666c753c57401887c478693233caf5f (diff)
downloadpowder-a6fe1a48323464f1cf1b24ef1008f556cb23a323.zip
powder-a6fe1a48323464f1cf1b24ef1008f556cb23a323.tar.gz
Add font editor from original source
Diffstat (limited to 'font/Makefile')
-rw-r--r--font/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/font/Makefile b/font/Makefile
new file mode 100644
index 0000000..e3b0c8c
--- /dev/null
+++ b/font/Makefile
@@ -0,0 +1,5 @@
+editor: editor.c
+ gcc -oeditor -DSCALE=2 editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99
+
+clean:
+ rm -f editor packer