diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-08 09:16:31 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-08 09:16:31 (GMT) |
| commit | 11d3cb0dd56ddc7df49570e41c3f8f9f01d872d1 (patch) | |
| tree | 204ada574a8dcd2aedf4d9319120af3e5e82ea41 /font/Makefile | |
| parent | 6dedc285170d286b61c41558c6c0b187747e97ec (diff) | |
| download | powder-11d3cb0dd56ddc7df49570e41c3f8f9f01d872d1.zip powder-11d3cb0dd56ddc7df49570e41c3f8f9f01d872d1.tar.gz | |
Update font editor
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 |
