C_CPP/03_FLOW_a/build.sh

6 lines
130 B
Bash
Executable File

#!/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