mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-25 19:36:52 +01:00
Use $(MAKE) instead of platform specific make, thanks to dhewg
This commit is contained in:
parent
18e980f050
commit
f1f2735ea9
6
Makefile
6
Makefile
@ -97,10 +97,10 @@ include/libfatversion.h : Makefile
|
|||||||
install: nds-install gba-install ogc-install
|
install: nds-install gba-install ogc-install
|
||||||
|
|
||||||
nds-install: nds-release
|
nds-install: nds-release
|
||||||
make -C nds install
|
$(MAKE) -C nds install
|
||||||
|
|
||||||
gba-install: gba-release
|
gba-install: gba-release
|
||||||
make -C gba install
|
$(MAKE) -C gba install
|
||||||
|
|
||||||
ogc-install: cube-release wii-release
|
ogc-install: cube-release wii-release
|
||||||
make -C libogc install
|
$(MAKE) -C libogc install
|
||||||
|
Loading…
Reference in New Issue
Block a user