From bd5f63413432cd418edc32d5154190594c6420c5 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Tue, 23 May 2017 00:24:39 +0200 Subject: [PATCH] FIRM is the new default build goal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fe33ea..d59f8d6 100644 --- a/Makefile +++ b/Makefile @@ -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)