Default to APP=final instead of APP=username now

This commit is contained in:
Stefan `Sec` Zehl 2011-12-19 18:36:26 +01:00
parent 9bd0b3fd12
commit 4b8c0ca715
1 changed files with 1 additions and 1 deletions

View File

@ -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)