summaryrefslogtreecommitdiff
path: root/font/Makefile
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-06-22 18:22:48 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-06-25 14:52:24 (GMT)
commit36e2a07a5b5e0eb07bd9fcea48004dd8b5890322 (patch)
treecfdb0166c3d18c41a9dacc82326711fdea564ab6 /font/Makefile
parent04b3eb11fd32daaf094df676d2037ed613c172a0 (diff)
downloadpowder-36e2a07a5b5e0eb07bd9fcea48004dd8b5890322.zip
powder-36e2a07a5b5e0eb07bd9fcea48004dd8b5890322.tar.gz
Visual Studio fixes
Diffstat (limited to 'font/Makefile')
-rw-r--r--font/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Makefile b/font/Makefile
index e3b0c8c..7bb04e0 100644
--- a/font/Makefile
+++ b/font/Makefile
@@ -1,5 +1,5 @@
editor: editor.c
- gcc -oeditor -DSCALE=2 editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99
+ gcc -oeditor -DSCALE=2 -DFONTEDITOR editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99
clean:
rm -f editor packer