mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
13 lines
160 B
Makefile
13 lines
160 B
Makefile
all: out/liblibScePiglet.a
|
|
|
|
out/liblibScePiglet.a: out/Makefile
|
|
$(MAKE) -C out
|
|
|
|
out/Makefile:
|
|
vita-libs-gen nids.yml out
|
|
|
|
clean:
|
|
$(RM) -r out
|
|
|
|
.PHONY: clean
|