mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 21:38:18 +02:00
12 lines
140 B
Makefile
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 )
|