summaryrefslogtreecommitdiff
path: root/font/Makefile
diff options
context:
space:
mode:
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