C_CPP/02_MENT/build.sh

4 lines
146 B
Bash
Raw Normal View History

2018-03-09 09:47:53 +01:00
#!/bin/bash
clang++ -std=c++14 -I../helpers/ -o limits.out limits_println.cpp
clang++ -std=c++14 -I../helpers/ -o println.out printlnDemo.cpp