summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 07b093eb40..e4932dfa36 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -39,7 +39,7 @@ SRC := $(wildcard *.c)
39 39
40ifeq ($(TARGET),-DARCHOS_RECORDER) 40ifeq ($(TARGET),-DARCHOS_RECORDER)
41 SRC += $(wildcard recorder/*.c) 41 SRC += $(wildcard recorder/*.c)
42 CFLAGS += -Irecorder 42 CFLAGS += -Irecorder -DLCD_PROPFONTS
43 OUTNAME = ajbrec.ajz 43 OUTNAME = ajbrec.ajz
44else 44else
45 OUTNAME = archos.mod 45 OUTNAME = archos.mod