task_build.sh 50 Bytes
Newer Older
tqchen committed
1
#!/bin/bash
2
cd $1 && cmake .. && make $2 && cd ..