Refactor BeRTOS to be in his own directory.
[bertos.git] / bertos / fonts / fonts.mk
diff --git a/bertos/fonts/fonts.mk b/bertos/fonts/fonts.mk
new file mode 100644 (file)
index 0000000..e3831ee
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# $Id$
+# Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/)
+# All rights reserved.
+#
+# Makefile fragment for DevLib demo application.
+#
+# Author: Bernardo Innocenti <bernie@develer.com>
+#
+
+%.c: %.bdf
+       bertos/fonts/convbdf $< > $@