From 58433ba99cecea33cdd26b6065df274b34186072 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Wed, 24 May 2017 12:15:25 +0200 Subject: [PATCH] Made firm the default build goal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4feedc..f50e5b9 100644 --- a/Makefile +++ b/Makefile @@ -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)