summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d957f75327..a25447c20e 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -53,8 +53,8 @@ convbdf: convbdf.c
53codepages: codepages.c codepage_tables.c 53codepages: codepages.c codepage_tables.c
54 $(SILENT)$(CC) -g $+ -o $@ 54 $(SILENT)$(CC) -g $+ -o $@
55 55
56generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c 56player_unifont: player_unifont.c ../firmware/drivers/lcd-charset-player.c
57 $(SILENT)$(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@ 57 $(SILENT)$(CC) -DARCHOS_PLAYER -D__PCTOOL__ -I../firmware/export $+ -o $@
58 58
59uclpack: 59uclpack:
60 $(SILENT)$(MAKE) -C ucl 60 $(SILENT)$(MAKE) -C ucl