Revert "Default to APP=final instead of APP=username now"

This reverts commit 4b8c0ca715.
This commit is contained in:
Stefan `Sec` Zehl 2011-12-19 20:43:50 +01:00
parent 4b8c0ca715
commit 8139b37a19
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=final
ME_OBJ=$(USERNAME)
ifeq "$(ME_OBJ)" ""
ME_OBJ=$(USER)