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