nolibgs_demo/Makefile

15 lines
223 B
Makefile
Raw Normal View History

2021-10-21 16:35:08 +02:00
.PHONY: all cleansub
all:
mkpsxiso -y ./isoconfig.xml
cleansub:
$(MAKE) clean
rm -f hello_str.cue hello_str.bin
rm -f *.mcd *.frag *.lua *.vert
TARGET = hello_str
SRCS = hello_str.c \
2021-10-26 18:34:57 +02:00
src/str.c \
2021-10-21 16:35:08 +02:00
include common.mk