diff --git a/Bobfile b/Bobfile new file mode 100644 index 0000000..31d7e7c --- /dev/null +++ b/Bobfile @@ -0,0 +1,4 @@ +compiler "g++"; +binary "space"; +source "src/main.cpp"; +compile;