Sane defaults

This commit is contained in:
Luke 2022-04-03 17:50:02 -07:00
commit 9218754f23
9 changed files with 118 additions and 0 deletions

14
build.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
mkdir -p build
if [[ ! -e build/res ]]; then
ln -s ../res build/res
fi
g++ -g -fdiagnostics-color=always \
-Isrc \
src/*.cpp \
mybox.cpp \
-o build/main