diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2012-05-29 19:23:03 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2012-05-29 19:23:03 +0200 |
commit | 7f7f4c9831bbc25cc740261f70c83eb04ec92ec1 (patch) | |
tree | f98ccad96e75328af27f144d76b8cf231773364b | |
parent | b6778c8c0bbaf5dc73441529df2a6f6b619802a5 (diff) | |
download | sq-7f7f4c9831bbc25cc740261f70c83eb04ec92ec1.tar.gz sq-7f7f4c9831bbc25cc740261f70c83eb04ec92ec1.tar.xz sq-7f7f4c9831bbc25cc740261f70c83eb04ec92ec1.zip |
add Makefile
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..40c5c8c --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: fonts.dir + +fonts.dir: sq.pcf sqb.pcf + mkfontdir + +%.pcf: %.bdf + bdftopcf -o $@ $< + +clean: + rm -f *.pcf fonts.dir |