nvfx: expose GLSL
[mesa/mesa-lb.git] / src / gallium / drivers / cell / Makefile
blob47aef7b05f61f856da2497563f09c9390efa83b9
1 # Cell Gallium driver Makefile
4 default:
5 ( cd spu ; make )
6 ( cd ppu ; make )
10 clean:
11 ( cd spu ; make clean )
12 ( cd ppu ; make clean )