C_CPP/03_FLOW/Testat/build.sh

6 lines
136 B
Bash
Raw Normal View History

2018-04-25 14:00:57 +02:00
#!/bin/bash
rm *.out
clang++-6.0 -std=c++14 -I ../../helpers -o flow.out main_mp2_FLOW_a.cpp ../../helpers/AnsiConsole.cpp
./flow.out