From: chaoskagami Date: Wed, 22 Jun 2016 00:00:47 +0000 (-0400) Subject: Reorder makefile - all is the default target, not rel X-Git-Tag: v0.2.0~60 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=4fea7ff94d797673f85717617871fae9d7029d04;p=corbenik%2Fcorbenik.git Reorder makefile - all is the default target, not rel --- diff --git a/Makefile b/Makefile index 01d4bae..f57e947 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ objects_cfw = $(patsubst $(dir_source)/%.s, $(dir_build)/%.o, \ $(patsubst $(dir_source)/%.c, $(dir_build)/%.o, \ $(call rwildcard, $(dir_source), *.s *.c))) +.PHONY: all +all: hosttools font a9lh patch external + .PHONY: release release: rm -rf rel @@ -50,9 +53,6 @@ release: make CHAINLOADER=1 REL=$(REL) full mv out/release.zip out/release.zip.sha512 rel/ -.PHONY: all -all: hosttools font a9lh patch external - .PHONY: hosttools hosttools: make -C host/bdfe dir_out=$(dir_out) fw_folder=$(fw_folder)