mirror of
https://github.com/xemu-project/xemu-test.git
synced 2024-11-26 19:30:30 +00:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
XBE_TITLE = tester
|
|
GEN_XISO = $(XBE_TITLE).iso
|
|
SRCS = $(CURDIR)/main.c
|
|
NXDK_DIR ?= $(CURDIR)/../..
|
|
|
|
include $(NXDK_DIR)/Makefile
|