compileall.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 clang++ -std=c++17 -o vdcbmakemap vdcbmakemap.C
4 clang++ -std=c++17 -o maptest maptest.C
5 clang++ -std=c++17 -o vertsliceshift vertsliceshift.C