diff options
| author | 2023-12-12 15:18:43 -0500 | |
|---|---|---|
| committer | 2023-12-12 15:18:43 -0500 | |
| commit | bfc99264dd94e8e77bb13a7ed6108eaefee64dfc (patch) | |
| tree | f900800fc6f387eb1a05a51fe673febe456e1503 /compile.bat | |
| parent | add sqlite3.h (diff) | |
fix archive and directory recursion errors
Diffstat (limited to 'compile.bat')
| -rw-r--r-- | compile.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.bat b/compile.bat index 08f7feb..21edf1c 100644 --- a/compile.bat +++ b/compile.bat @@ -1 +1 @@ -tcc\tcc.exe -Wall -o wlb.exe wlb.c sha-256.c sqlite3.c -DSQLITE_OMIT_LOAD_EXTENSION
\ No newline at end of file +tcc\tcc.exe -Wall -o wlb.exe wlb.c sha-256.c -L. -lsqlite3
\ No newline at end of file |
