Completely remove dynamic lights

This commit is contained in:
Shinovon 2026-05-03 07:14:41 +05:00
parent 2b8a26d4d7
commit d2fbcccd01
10 changed files with 9 additions and 264 deletions

View file

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