aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorSan Jacobs2024-05-14 05:11:43 +0200
committerSan Jacobs2024-05-14 05:11:43 +0200
commit07f9ad8350df6cd87ed68f9d6d943c769c2c4007 (patch)
tree001355a1568fdb03bb8a52bfd6711dc26f915c00 /build.bat
downloadchirpsync-07f9ad8350df6cd87ed68f9d6d943c769c2c4007.tar.gz
chirpsync-07f9ad8350df6cd87ed68f9d6d943c769c2c4007.tar.bz2
chirpsync-07f9ad8350df6cd87ed68f9d6d943c769c2c4007.zip
Wrote the whole thing in a day
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..cae8670
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,2 @@
+@echo off
+odin run src/ -debug -out:chirpsync.exe -- video/input/* video/output/ \ No newline at end of file