diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index d8b1545015..16a690df5b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -36,7 +36,7 @@ convbdf: convbdf.c $(CC) -g $+ -o $@ generate_rocklatin: generate_rocklatin.c ../firmware/drivers/lcd-player-charset.c - $(CC) -DHAVE_LCD_CHARCELLS -I../firmware/export -g $+ -o $@ + $(CC) -DHAVE_LCD_CHARCELLS -D__CONFIG_H__ -I../firmware/export $+ -o $@ clean: rm -f $(TARGETS) $(shell for f in $(TARGETS) ; do echo $$f.exe $$f.o $$f.obj ; done) *.ajf *~ |