mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-05 09:35:12 +01:00
supplementary tools have moved
This commit is contained in:
parent
0c13dfff85
commit
58cb6c8577
@ -5,9 +5,9 @@ PREFIX = $(DEVKITPPC)/bin/powerpc-eabi-
|
||||
CC = $(PREFIX)gcc
|
||||
AS = $(PREFIX)as
|
||||
OBJCOPY = $(PREFIX)objcopy
|
||||
ELF2DOL =$(DEVKITPPC)/bin/elf2dol
|
||||
ELF2DOL =$(DEVKITPRO)/tools/bin/elf2dol
|
||||
GDB = $(PREFIX)gdb
|
||||
BIN2S = $(DEVKITPPC)/bin/bin2s
|
||||
BIN2S = $(DEVKITPRO)/tools/bin/bin2s
|
||||
TARGET_STUB = stub
|
||||
TARGET_APP = channelapp
|
||||
TARGET_CHAN = channelapp-channel
|
||||
|
Loading…
Reference in New Issue
Block a user