Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec58f01

Browse files
committed
Update Makefile
1 parent4136707 commitec58f01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Makefile‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ export LIBPATHS:=$(foreach dir,$(LIBDIRS),-L $(dir)/lib)
8181
#---------------------------------------------------------------------------------
8282
all: 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,\
8686
DEPSDIR=$(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"\
9191
DEPSDIR=$(CURDIR)/debug BUILD_CFLAGS="-D_DEBUG"\
9292
--no-print-directory --jobs=$(shell nproc) -C debug -f$(CURDIR)/Makefile
@@ -114,8 +114,8 @@ else
114114

115115
DEPENDS:=$(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
#---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp