mirror of
https://github.com/ShadauxCat/CATSFC.git
synced 2025-04-02 10:41:47 -04:00
11 lines
112 B
Makefile
11 lines
112 B
Makefile
#fs.mk
|
|
|
|
SRC += $(CORE_DIR)/ds2_dma.c \
|
|
$(CORE_DIR)/ds2_cpuclock.c
|
|
|
|
SSRC +=
|
|
|
|
INC += -I$(CORE_DIR)
|
|
|
|
CFLAGS +=
|
|
|