Fix skin shader

TODO: test on vc4
This commit is contained in:
Shinovon 2026-05-03 06:33:11 +05:00
parent f484ef9460
commit 0ad6fe45d1
6 changed files with 21 additions and 86 deletions

View file

@ -5,7 +5,8 @@ do_nothing :
MAKMAKE: do_nothing
BLD: do_nothing
BLD:
$(MAKE) -C ../vendor/librw/src/gl/shaders/ -f Makefile all
CLEAN:
rm ../vendor/librw/src/gl/shaders/*.inc
@ -14,8 +15,7 @@ LIB: do_nothing
CLEANLIB: do_nothing
RESOURCE:
$(MAKE) -C ../vendor/librw/src/gl/shaders/ -f Makefile all
RESOURCE: do_nothing
FREEZE: do_nothing