nolibgs_hello_worlds/hello_spu_readback/Makefile

13 lines
216 B
Makefile

.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