diff options
| -rw-r--r-- | apps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile index 07b093e..e4932df 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -39,7 +39,7 @@ SRC := $(wildcard *.c) ifeq ($(TARGET),-DARCHOS_RECORDER) SRC += $(wildcard recorder/*.c) - CFLAGS += -Irecorder + CFLAGS += -Irecorder -DLCD_PROPFONTS OUTNAME = ajbrec.ajz else OUTNAME = archos.mod |