basic run

This commit is contained in:
talksik
2024-02-27 12:06:38 -08:00
parent af607a7b15
commit 733a0fbcc4
5 changed files with 33 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
mkdir -p build
cd build
cmake ..
make
./doEverything