Made firm the default build goal

This commit is contained in:
d0k3 2017-05-24 12:15:25 +02:00
parent ab6240da42
commit 58433ba99c

View File

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