Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 5424bbab6713627e8ab9f8f198a822cac25b2eac (plain) (tree)
1
2
3
4
5




                                                                 
#!/bin/bash

#Run this script from root directory

rm -rf ./build && mkdir -p build && cd build && cmake .. && make 

Back to the top