Files
secretpsxsplash/Makefile
2025-03-22 08:43:24 +01:00

10 lines
139 B
Makefile

TARGET = psxsplash
TYPE = ps-exe
SRCS = \
src/main.cpp \
src/renderer.cpp \
src/splashpack.cpp
include third_party/nugget/psyqo/psyqo.mk