aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.bat4
-rwxr-xr-xmain.odin3
2 files changed, 3 insertions, 4 deletions
diff --git a/build.bat b/build.bat
index 5e3298c..4fcbc93 100755
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,2 @@
-odin build main.odin -file -debug -pdb-name:bin/better-report.pdb -out:bin/better-report.exe
-odin build main.odin -file -o:speed -out:C:/tools/better-report.exe
+odin build . -debug -pdb-name:bin/better-report.pdb -out:bin/better-report.exe
+odin run . -o:speed -out:C:/tools/better-report.exe -- test/ \ No newline at end of file
diff --git a/main.odin b/main.odin
index fcaacb2..df571e3 100755
--- a/main.odin
+++ b/main.odin
@@ -7,8 +7,7 @@ import "core:sys/windows"
import "core:strings"
/*
-TODO: If submitted path is a directory, traverse the tree to find all .CSVs
-TODO: Move info that's all the same throughout the table into the info header
+TODO: Move info that stays the same throughout the table up to the info header
*/
VERBOSE :: false