pcsx-redux/tools/vscode-extension/templates/psyqo/cube/Makefile
Nicolas "Pixel" Noble e120a3dc0f VSCode extension work
- Adding psyqo cube example
- Adding darwin arm support for pcsx-redux
2024-10-23 20:28:16 -07:00

7 lines
101 B
Makefile

TARGET = {{projectName}}
TYPE = ps-exe
SRCS = \
main.cpp
include third_party/nugget/psyqo/psyqo.mk