all:
	./make_shaders

install:

clean:
	if [ -f shaders.c ]; then rm shaders.c; fi

distclean:

distdir:
