mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 18:26:06 +00:00
226cfb22d7
Co-authored-by: Daniel Menelkir <menelkir@itroll.org>
16 lines
178 B
Makefile
16 lines
178 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
|