mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
TARGET = {{projectName}}
|
|
TYPE = ps-exe
|
|
|
|
SRCS = \
|
|
third_party/nugget/common/syscalls/printf.c \
|
|
third_party/nugget/common/crt0/crt0.s \
|
|
main.c
|
|
|
|
include third_party/nugget/common.mk
|