C_CPP/03_FLOW_a/build.sh

6 lines
130 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
./flow.out