diff options
| author | arngo <[email protected]> | 2024-05-16 21:00:51 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2024-05-16 21:00:51 -0400 |
| commit | 0e1c3d42a93f623f60284f7e9acfd014e41ddadc (patch) | |
| tree | 701cd9cef7e0e7210dba9ac77e2bad9a87b8c5e9 /Makefile | |
| parent | 21ab7c1df0b8a0fcbb1d10ed2e61410d7f7021e0 (diff) | |
| download | tojam2024-textures.tar.gz tojam2024-textures.zip | |
loading and draw textures for skyboxtextures
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 $@) |
