FIRM is the new default build goal

This commit is contained in:
d0k3 2017-05-23 00:24:39 +02:00
parent 2e011a0db0
commit bd5f634134

View File

@ -121,7 +121,7 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
.PHONY: common clean all gateway firm binary cakehax cakerop brahma release
#---------------------------------------------------------------------------------
all: binary
all: firm
common:
@[ -d $(OUTPUT_D) ] || mkdir -p $(OUTPUT_D)