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