summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 78cd4c6..861a0d6 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -41,7 +41,7 @@ SRC := $(wildcard *.c)
ifeq ($(TARGET),-DARCHOS_RECORDER)
SRC += $(wildcard recorder/*.c)
CFLAGS += -Irecorder
- OUTNAME = archos.ajz
+ OUTNAME = ajbrec.ajz
else
OUTNAME = archos.mod
endif