Default to APP=final instead of APP=username now
This commit is contained in:
parent
9bd0b3fd12
commit
4b8c0ca715
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue