mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
TARGET = {{projectName}}
|
|
TYPE = ps-exe
|
|
|
|
SRCS = \
|
|
main.cpp
|
|
|
|
include third_party/nugget/psyqo/psyqo.mk
|