Skip to content

Commit 7988cbc

Browse files
committed
Updated zig bash script to include build files
1 parent 01c7511 commit 7988cbc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

compiled_starters/zig/your_sqlite3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
#
77
# DON'T EDIT THIS!
88
set -e
9+
zig build-exe ./app/main.zig
910
./main "$@"

solutions/zig/01-init/code/your_sqlite3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
#
77
# DON'T EDIT THIS!
88
set -e
9+
zig build-exe ./app/main.zig
910
./main "$@"

starter_templates/zig/your_sqlite3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
#
77
# DON'T EDIT THIS!
88
set -e
9+
zig build-exe ./app/main.zig
910
./main "$@"

0 commit comments

Comments
 (0)