pcsx-redux/tools/vscode-extension/templates/bare-metal/empty-nugget/Makefile
2024-10-03 18:42:21 -07:00

11 lines
268 B
Makefile

TARGET = {{projectName}}
TYPE = ps-exe
SRCS = \
third_party/nugget/common/syscalls/printf.c \
third_party/nugget/common/crt0/crt0.s \
third_party/nugget/common/crt0/memory-c.c \
third_party/nugget/common/crt0/memory-s.s \
main.c
include third_party/nugget/common.mk