]> Chaos Git - corbenik/corbenik.git/commitdiff
Reorder makefile - all is the default target, not rel
authorchaoskagami <chaos.kagami@gmail.com>
Wed, 22 Jun 2016 00:00:47 +0000 (20:00 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Wed, 22 Jun 2016 00:00:47 +0000 (20:00 -0400)
Makefile

index 01d4bae3cc0dac50f1c3bc350442cbba0e8b49d4..f57e947227ec391e27e4a581934879eb6d3c70ce 100644 (file)
--- 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)