mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-22 23:40:30 +00:00
15 lines
187 B
Makefile
15 lines
187 B
Makefile
default: upgrade fetch build
|
|
|
|
upgrade:
|
|
@./libretro-upgrade.sh
|
|
|
|
fetch:
|
|
@./libretro-fetch.sh
|
|
|
|
build:
|
|
@./libretro-build.sh
|
|
|
|
install:
|
|
@./libretro-install.sh
|
|
|
|
.PHONY: default |