diff options
author | red031000 <rubenru09@aol.com> | 2020-07-03 17:02:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 17:02:48 +0100 |
commit | 48534224cb7c1350884d443717bf6357acc1f942 (patch) | |
tree | 77076a5b3b1a41195d69cd8056f8665c3a0fc83f /arm9/lib | |
parent | bcc5cfbb007e1c09e830d0ffd51ca737a191c5c9 (diff) | |
parent | d74331d9a3cbf3f5cbb3157d85340218f2906f0d (diff) |
Merge branch 'master' into master
Diffstat (limited to 'arm9/lib')
-rw-r--r-- | arm9/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/lib/Makefile b/arm9/lib/Makefile index fd6471f1..0ff7e9e4 100644 --- a/arm9/lib/Makefile +++ b/arm9/lib/Makefile @@ -44,7 +44,6 @@ MWCCARM = ../../tools/mwccarm/$(MWCCVERSION)/mwccarm.exe # only dependency should be MWCCARM. MWLDARM = ../../tools/mwccarm/$(MWCCVERSION)/mwldarm.exe MWASMARM = ../../tools/mwccarm/$(MWCCVERSION)/mwasmarm.exe -NARCCOMP = ../../tools/narccomp/narccomp$(EXE) SCANINC = ../../tools/scaninc/scaninc$(EXE) AS = $(WINE) $(MWASMARM) |