Makefile 60 Bytes
all:
		( ./build.sh )

clean:
		( rm -rf OpenBLAS-0.2.14 )