nolibgs_hello_worlds/hello_strplay/Makefile

13 lines
197 B
Makefile
Raw Normal View History

2021-09-13 18:56:10 +02:00
.PHONY: all cleansub
all:
mkpsxiso -y ./isoconfig.xml
cleansub:
$(MAKE) clean
rm -f hello_strplay.cue hello_strplay.bin
TARGET = hello_strplay
SRCS = hello_strplay.c \
include ../common.mk