mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-18 11:15:39 -04:00
Added libtwl as submodule
This commit is contained in:
parent
34a7b54966
commit
692695b8d5
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "code/libs/libtwl"]
|
||||
path = code/libs/libtwl
|
||||
url = https://github.com/Gericom/libtwl
|
@ -10,12 +10,16 @@ export TOPDIR := $(CURDIR)
|
||||
|
||||
include $(DEVKITARM)/ds_rules
|
||||
|
||||
.PHONY: checkbootstrap checktest clean
|
||||
.PHONY: checklibtwl checkbootstrap checktest clean
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# main targets
|
||||
#---------------------------------------------------------------------------------
|
||||
all: checkbootstrap checktest
|
||||
all: checklibtwl checkbootstrap checktest
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
checklibtwl:
|
||||
$(MAKE) -C libs/libtwl
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
checkbootstrap:
|
||||
@ -27,5 +31,6 @@ checktest:
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
$(MAKE) -C libs/libtwl clean
|
||||
$(MAKE) -C bootstrap clean
|
||||
$(MAKE) -C test clean
|
||||
|
1
code/libs/libtwl
Submodule
1
code/libs/libtwl
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ba3af908cebef5c4a896b9478647c365bf119876
|
Loading…
Reference in New Issue
Block a user