libretro-super/Makefile.bsd

16 lines
193 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-bsd.sh
install:
@./libretro-install.sh
.PHONY: default