diff options
Diffstat (limited to 'font/Makefile')
| -rw-r--r-- | font/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/font/Makefile b/font/Makefile index 7bb04e0..70f1ff8 100644 --- a/font/Makefile +++ b/font/Makefile @@ -1,5 +1,11 @@ editor: editor.c gcc -oeditor -DSCALE=2 -DFONTEDITOR editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99 + +packer: packer.c + gcc -opacker -DFONTEDITOR editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99 + +unpacker: unpacker.c + gcc -ounpacker -DFONTEDITOR editor.c -lSDL -lm -O3 -ffast-math -march=k8 -Wall -std=c99 clean: rm -f editor packer |
