nolibgs_hello_worlds/hello_cdda/Makefile

13 lines
184 B
Makefile
Raw Normal View History

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