mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2024-11-23 21:30:07 +00:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
TARGET = kirby.us
|
|
LD_SCRIPT = $(TARGET).ld
|
|
MIO0_DIR = bin
|
|
TEXTURE_DIR = textures
|
|
GEO_DIR = geo
|
|
|
|
|
|
RAW_TEXTURE_FILES := $(addprefix $(BUILD_DIR)/,$(patsubst %.png,%,$(wildcard $(TEXTURES_DIR)/raw/*.png)))
|
|
|