Fonts make.
authormarco <marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Sep 2006 14:51:41 +0000 (14:51 +0000)
committermarco <marco@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 20 Sep 2006 14:51:41 +0000 (14:51 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@716 38d2e660-2303-0410-9eaa-f027e97ec537

fonts/fonts.mk [new file with mode: 0755]

diff --git a/fonts/fonts.mk b/fonts/fonts.mk
new file mode 100755 (executable)
index 0000000..dfc1baf
--- /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
+       fonts/convbdf $< > $@