nolibgs_hello_worlds/hello_str/Makefile

13 lines
181 B
Makefile
Raw Normal View History

2021-07-21 14:57:00 +02:00
.PHONY: all cleansub
all:
mkpsxiso -y ./isoconfig.xml
cleansub:
$(MAKE) clean
rm -f hello_str.cue hello_str.bin
TARGET = hello_str
SRCS = hello_str.c \
include ../common.mk