Made ./generate_ld automatic, and moved some more asm libultra functions.

This commit is contained in:
David Benepe
2020-08-02 10:12:41 -05:00
parent 7f8b83431d
commit 3fcdeebd89
20 changed files with 111 additions and 32 deletions
+4
View File
@@ -10,6 +10,10 @@ ifeq ($(wildcard ./assets/.*),)
$(error Error, /assets/ folder was not found. Did you run the ./setup.sh script?)
endif
#################### Generate linker file ####################
GENERATE_LD := $(shell ./generate_ld.sh)
################ Target Executable and Sources ###############
# BUILD_DIR is location where all build artifacts are placed