protot/data/shaders/Makefile

7 lines
115 B
Makefile
Raw Normal View History

all:
cd debug && $(MAKE)
cd lines && $(MAKE)
cd scene && $(MAKE)
cd shadowmap && $(MAKE)
cd skybox && $(MAKE)