about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2012-05-29 19:23:03 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2012-05-29 19:23:03 +0200
commit7f7f4c9831bbc25cc740261f70c83eb04ec92ec1 (patch)
treef98ccad96e75328af27f144d76b8cf231773364b
parentb6778c8c0bbaf5dc73441529df2a6f6b619802a5 (diff)
downloadsq-7f7f4c9831bbc25cc740261f70c83eb04ec92ec1.tar.gz
sq-7f7f4c9831bbc25cc740261f70c83eb04ec92ec1.tar.xz
sq-7f7f4c9831bbc25cc740261f70c83eb04ec92ec1.zip
add Makefile
-rw-r--r--Makefile10
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