nolibgs_hello_worlds/hello_xa/Makefile

13 lines
177 B
Makefile
Raw Normal View History

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