libretro-super/Makefile

15 lines
187 B
Makefile
Raw Normal View History

2023-10-30 13:05:46 -04:00
default: upgrade fetch build
upgrade:
@./libretro-upgrade.sh
fetch:
@./libretro-fetch.sh
build:
@./libretro-build.sh
install:
@./libretro-install.sh
2015-04-30 14:47:57 -04:00
.PHONY: default