mirror of https://github.com/pret/pokeemerald.git
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
|
||||
GFX := tools/gbagfx/gbagfx$(EXE)
|
||||
AIF := tools/aif2pcm/aif2pcm$(EXE)
|
||||
MID := $(abspath tools/mid2agb/mid2agb)$(EXE)
|
||||
MID := tools/mid2agb/mid2agb$(EXE)
|
||||
SCANINC := tools/scaninc/scaninc$(EXE)
|
||||
PREPROC := tools/preproc/preproc$(EXE)
|
||||
RAMSCRGEN := tools/ramscrgen/ramscrgen$(EXE)
|
||||
|
|
Loading…
Reference in New Issue