commit 04e6fe390644edc055b38827f2e800d276ce2970 parent 857a533d528cf70c608476f3d99f7f46568806e5 Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com> Date: Wed, 30 Dec 2020 00:18:33 +0000 Update README.md Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff && chm Compile (c89) ---- -gcc main.c select.c -lsqlite3 -std=c90 -o hound +gcc main.c select.c -lsqlite3 -std=c89 -o hound Thanks ----