Files
first/build.sh

4 lines
69 B
Bash

#!/usr/bin/env bash
gcc -o bld code/build_main.cpp -g
./bld cc=clang