C_CPP/03_FLOW_a/MP/build.sh

5 lines
129 B
Bash
Raw Normal View History

2018-03-09 09:47:53 +01:00
#!/bin/bash
2018-03-27 21:54:10 +02:00
rm *.out
clang++-6.0 -std=c++14 -I ../helpers -o flow.out main_mp2_FLOW_a.cpp ../helpers/AnsiConsole.cpp
2018-08-19 18:30:13 +02:00
./flow.out