re3-symbian/group/shaders.mk
2026-05-01 17:13:01 +05:00

25 lines
325 B
Makefile

MAKE = G:\Progs\MinGW\bin\mingw32-make
do_nothing :
@rem do_nothing
MAKMAKE: do_nothing
BLD:
$(MAKE) -C ../vendor/librw/src/gl/shaders/ -f Makefile all
CLEAN: do_nothing
LIB: do_nothing
CLEANLIB: do_nothing
RESOURCE: do_nothing
FREEZE: do_nothing
SAVESPACE: do_nothing
RELEASABLES: do_nothing
FINAL: do_nothing