blob: 2225d6eea5c3a02232c9ef3358b65686dfcd3bd9 [file] [log] [blame]
#!/bin/bash
cd $1 && cmake .. && make $2 && cd ..