mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-24 05:40:09 +00:00
oops
This commit is contained in:
parent
42eb52728d
commit
6691af235e
3
Makefile
3
Makefile
@ -45,6 +45,7 @@ clean: tidy clean-filesystem clean-tools
|
||||
@$(MAKE) -C lib/syscall clean
|
||||
@$(MAKE) -C sub clean
|
||||
|
||||
SBIN_LZ := $(SBIN)_LZ
|
||||
.PHONY: main_lz
|
||||
|
||||
main: $(SBIN) $(ELF)
|
||||
@ -59,8 +60,6 @@ $(NEF): libsyscall
|
||||
libsyscall:
|
||||
$(MAKE) -C lib/syscall all install INSTALL_PREFIX=$(abspath $(WORK_DIR)/$(BUILD_DIR)) GAME_CODE=$(GAME_CODE)
|
||||
|
||||
SBIN_LZ := $(SBIN)_LZ
|
||||
|
||||
$(SBIN_LZ): $(BUILD_DIR)/component.files
|
||||
$(WINE) $(COMPSTATIC) -9 -c -f $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user