nolibgs_hello_worlds/hello_multi_xa/Makefile

13 lines
201 B
Makefile
Raw Normal View History

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