diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-03 19:02:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 19:02:29 +0300 |
commit | d74331d9a3cbf3f5cbb3157d85340218f2906f0d (patch) | |
tree | dc121d6e94350c7ade74c0de23f8f2d2b64ea994 /arm9/lib | |
parent | dd3188cc7399533741e6657eb550e0a4bd301c65 (diff) | |
parent | ae8ce436c59174c44d92ac6ba4d20212130036b4 (diff) |
Merge pull request #213 from PikalaxALT/pikalax_work
Misc cleanup
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) |