libretro-super/Makefile.libnx

13 lines
202 B
Makefile
Raw Normal View History

default: upgrade fetch build
upgrade:
@./libretro-upgrade.sh
fetch:
@./libretro-fetch.sh retroarch $(grep -Eo '^[^ ]+' ./recipes/nintendo/libnx)
build:
@./libretro-build-libnx.sh
.PHONY: default