9 lines
118 B
Makefile
9 lines
118 B
Makefile
TARGET = psxsplash
|
|
TYPE = ps-exe
|
|
|
|
SRCS = \
|
|
src/main.cpp \
|
|
src/renderer.cpp
|
|
|
|
include third_party/nugget/psyqo/psyqo.mk
|