aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorSan Jacobs2025-06-06 04:55:34 +0200
committerSan Jacobs2025-06-06 04:55:34 +0200
commit23350dc07a6c8427d4f77fe87a66db823fc64540 (patch)
tree382e0276f3670873d19a78ac06a3f97273a30438 /build.bat
parent17f4e52162b8de57b6c6942a31950ee476a5aaf9 (diff)
downloadbetter-report-23350dc07a6c8427d4f77fe87a66db823fc64540.tar.gz
better-report-23350dc07a6c8427d4f77fe87a66db823fc64540.tar.bz2
better-report-23350dc07a6c8427d4f77fe87a66db823fc64540.zip
Removed a TODO, added test files
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat4
1 files changed, 2 insertions, 2 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