summaryrefslogtreecommitdiff
path: root/tools/tools.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.make')
-rw-r--r--tools/tools.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tools.make b/tools/tools.make
index 64a47c5..c143157 100644
--- a/tools/tools.make
+++ b/tools/tools.make
@@ -33,6 +33,11 @@ $(TOOLSDIR)/uclpack: $(TOOLSDIR)/ucl/uclpack.c $(wildcard $(TOOLSDIR)/ucl/src/*.
$(call PRINTS,CC $(@F))$(HOSTCC) $(TOOLSCFLAGS) -I$(TOOLSDIR)/ucl \
-I$(TOOLSDIR)/ucl/include -o $@ $^
+$(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c
+ $(call PRINTS,CC $(@F))
+ $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \
+ `freetype-config --libs` `freetype-config --cflags`
+
# implicit rule for simple tools
$(TOOLSDIR)/%: $(TOOLSDIR)/%.c
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$@))