mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Use relative path for mid2agb
This commit is contained in:
parent
b557e7c9cb
commit
ec5360364b
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ LIB := -L ../../tools/agbcc/lib -lgcc -lc
|
|||||||
SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c
|
SHA1 := $(shell { command -v sha1sum || command -v shasum; } 2>/dev/null) -c
|
||||||
GFX := tools/gbagfx/gbagfx$(EXE)
|
GFX := tools/gbagfx/gbagfx$(EXE)
|
||||||
AIF := tools/aif2pcm/aif2pcm$(EXE)
|
AIF := tools/aif2pcm/aif2pcm$(EXE)
|
||||||
MID := $(abspath tools/mid2agb/mid2agb)$(EXE)
|
MID := tools/mid2agb/mid2agb$(EXE)
|
||||||
SCANINC := tools/scaninc/scaninc$(EXE)
|
SCANINC := tools/scaninc/scaninc$(EXE)
|
||||||
PREPROC := tools/preproc/preproc$(EXE)
|
PREPROC := tools/preproc/preproc$(EXE)
|
||||||
RAMSCRGEN := tools/ramscrgen/ramscrgen$(EXE)
|
RAMSCRGEN := tools/ramscrgen/ramscrgen$(EXE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user