diff options
Diffstat (limited to 'font/Makefile')
| -rw-r--r-- | font/Makefile | 2 |
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 |
