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)