summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/Makefile
blob: 7394ad7f6117685c9f18fbe19772a72e114b171b (plain)
1
2
3
4
5
6
7
8
9
default:
	cd softpipe ; make
	cd i915simple ; make
	cd failover ; make
	cd nv40; make
	cd nv50; make

clean:
	rm -f `find . -name \*.[oa]`