From 4b8c0ca71559068dd152f82d50ac7b9e70eef3e7 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 19 Dec 2011 18:36:26 +0100 Subject: [PATCH] Default to APP=final instead of APP=username now --- firmware/applications/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/applications/Makefile b/firmware/applications/Makefile index 37b54ec..37f119e 100644 --- a/firmware/applications/Makefile +++ b/firmware/applications/Makefile @@ -21,7 +21,7 @@ OBJS += $(foreach mod,$(APP),$(mod).o) SRCS = $(foreach mod,$(APP),$(mod).c) ifndef APP -ME_OBJ=$(USERNAME) +ME_OBJ=final ifeq "$(ME_OBJ)" "" ME_OBJ=$(USER)