Files
first/build.sh

4 lines
61 B
Bash

#!/usr/bin/env bash
gcc -o bld tools/build_main.cpp -g
./bld