summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorarngo <[email protected]>2024-05-16 21:00:51 -0400
committerarngo <[email protected]>2024-05-16 21:00:51 -0400
commit0e1c3d42a93f623f60284f7e9acfd014e41ddadc (patch)
tree701cd9cef7e0e7210dba9ac77e2bad9a87b8c5e9 /Makefile
parent21ab7c1df0b8a0fcbb1d10ed2e61410d7f7021e0 (diff)
downloadtojam2024-textures.tar.gz
tojam2024-textures.zip
loading and draw textures for skyboxtextures
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da7c2bd..ab20cad 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,9 @@ n64: raylib.z64
filesystem/%.sprite: assets/%.png
@mkdir -p $(dir $@)
@echo " [SPRITE] $@"
- echo @$(N64_MKSPRITE) -v -f RGBA16 --compress -o "$(dir $@)" "$<"
- @cp "$<" "$(dir $@)"
+ @$(N64_MKSPRITE) -v -f RGBA16 --compress -o "$(dir $@)" "$<"
+ #echo @$(N64_MKSPRITE) -v -f RGBA16 --compress -o "$(dir $@)" "$<"
+ #@cp "$<" "$(dir $@)"
#filesystem/%.m3d: assets/%.m3d
# @mkdir -p $(dir $@)