@@ -81,12 +81,12 @@ export LIBPATHS:=$(foreach dir,$(LIBDIRS),-L $(dir)/lib)
8181# ---------------------------------------------------------------------------------
8282all : release debug
8383
84- release : release_dir
84+ release : release_dir
8585@$(MAKE ) BUILD=release OUTPUT=$(CURDIR ) /$(TARGET ) -release.3gx BUILD_LIBS=" -lctrpf -lctru" WL=--strip-discarded,--strip-debug,\
8686DEPSDIR=$(CURDIR ) /release\
8787--no-print-directory --jobs=$(shell nproc) -C release -f$(CURDIR ) /Makefile
8888
89- debug : debug_dir
89+ debug : debug_dir
9090@$(MAKE ) BUILD=debug OUTPUT=$(CURDIR ) /$(TARGET ) -debug.3gx BUILD_LIBS=" -lctrpfd -lctrud" \
9191DEPSDIR=$(CURDIR ) /debug BUILD_CFLAGS=" -D_DEBUG" \
9292--no-print-directory --jobs=$(shell nproc) -C debug -f$(CURDIR ) /Makefile
114114
115115DEPENDS :=$(OFILES:.o=.d )
116116
117- $(OUTPUT ) :$(basename $(OUTPUT ) ) .elf
118- $(basename $(OUTPUT ) ) .elf :$(OFILES )
117+ $(OUTPUT ) :$(basename $(OUTPUT ) ) .elf
118+ $(basename $(OUTPUT ) ) .elf :$(OFILES )
119119# ---------------------------------------------------------------------------------
120120# you need a rule like this for each extension you use as binary data
121121# ---------------------------------------------------------------------------------