mirror of
https://github.com/libretro/libretro-super
synced 2024-12-28 15:19:36 +00:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
|
default: upgrade fetch build
|
||
|
|
||
|
upgrade:
|
||
|
@./libretro-upgrade.sh
|
||
|
|
||
|
fetch:
|
||
|
@./libretro-fetch.sh retroarch $(grep -Eo '^[^ ]+' ${BASE_DIR}/recipes/nintendo/libnx)
|
||
|
|
||
|
build:
|
||
|
@./libretro-build-libnx.sh
|
||
|
|
||
|
.PHONY: default
|