summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 7c53a67..f7ce348 100644
--- a/makefile
+++ b/makefile
@@ -22,8 +22,8 @@ all: rufl.o rufl_test,ff8 rufl_chars,ff8
rufl.o: $(SOURCE) Glyphs
$(CC) $(CFLAGS) -c -o $@ $(SOURCE)
-rufl_glyph_map.c: Glyphs
- ./makeglyphs < $^ > $@
+rufl_glyph_map.c: Glyphs makeglyphs
+ ./makeglyphs < Glyphs > $@
rufl_test,ff8: rufl_test.c rufl.o
$(CC) $(CFLAGS) $(LIBS) -o $@ $^