mesa/src/gallium/drivers/cell/Makefile
José Fonseca b642730be9 Code reorganization: move files into their places.
This is in a separate commit to ensure renames are properly preserved.
2008-02-15 17:45:40 +09:00

12 lines
140 B
Makefile

# Cell Gallium driver Makefile
default:
( cd spu ; make )
( cd ppu ; make )
clean:
( cd spu ; make clean )
( cd ppu ; make clean )