summaryrefslogtreecommitdiffstats
path: root/cmake-e/test
blob: 8a1f69842805df39e324b878571a3f4f5ff5f68f (plain)
1
2
3
#! /bin/bash
[ -e build ] && rm -fr build
mkdir build && cd build && cmake .. && make && examples/hello/hello_world