mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 20:54:10 +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
|