This commit is contained in:
Simon Kellet
2026-06-30 13:48:43 +01:00
parent f96b506abf
commit edf62a466f
6 changed files with 1896 additions and 22 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ import "core:time"
print_usage :: proc() {
fmt.println("Usage:\n\tcm [working dir] [output dir]\nNote:USE FULL PATH!")
os.exit(0)
os.exit(1)
}
main :: proc() {
@@ -84,5 +84,6 @@ main :: proc() {
}
}
}
//TODO: Do timings now?
free_all(arena_alloc)
}