libretro-super/Makefile.libnx

13 lines
212 B
Makefile
Raw Normal View History

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