mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
26 lines
355 B
Makefile
26 lines
355 B
Makefile
MAKE = G:\Progs\MinGW\bin\mingw32-make
|
|
|
|
do_nothing :
|
|
@rem do_nothing
|
|
|
|
MAKMAKE: do_nothing
|
|
|
|
BLD: do_nothing
|
|
|
|
CLEAN:
|
|
rm ../vendor/librw/src/gl/shaders/*.inc
|
|
|
|
LIB: do_nothing
|
|
|
|
CLEANLIB: do_nothing
|
|
|
|
RESOURCE:
|
|
$(MAKE) -C ../vendor/librw/src/gl/shaders/ -f Makefile all
|
|
|
|
FREEZE: do_nothing
|
|
|
|
SAVESPACE: do_nothing
|
|
|
|
RELEASABLES: do_nothing
|
|
|
|
FINAL: do_nothing
|