mirror of
https://github.com/libretro/libretro-super
synced 2024-11-24 08:11:48 +00:00
16 lines
193 B
Makefile
16 lines
193 B
Makefile
default: upgrade fetch build
|
|
|
|
upgrade:
|
|
@./libretro-upgrade.sh
|
|
|
|
fetch:
|
|
@./libretro-fetch.sh
|
|
|
|
build:
|
|
@./libretro-build-bsd.sh
|
|
|
|
install:
|
|
@./libretro-install.sh
|
|
|
|
.PHONY: default
|