nolibgs_hello_worlds/hello_cd/Makefile

13 lines
177 B
Makefile
Raw Normal View History

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