COSC-3P93-Project/buildCurrent.sh

8 lines
76 B
Bash

#/bin/bash
cd Step\ 3
rm -fr build
mkdir build
cd build
cmake ../
make -j 4