nolibgs_hello_worlds/hello_spu_readback/Makefile

13 lines
216 B
Makefile
Raw Normal View History

2021-11-13 19:56:58 +01:00
.PHONY: all cleansub
all:
mkpsxiso -y ./isoconfig.xml
cleansub:
$(MAKE) clean
rm -f hello_spu_readback.cue hello_spu_readback.bin
TARGET = hello_spu_readback
SRCS = hello_spu_readback.c \
include ../common.mk