houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 33e46721c9301892fe1e3d81cd2ad746fec185a8
parent db37b3b0d01e27d41342d60f8a7dde27083fb7f9
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sun, 27 Dec 2020 18:58:09 +0000

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -9,4 +9,4 @@ git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff && chm Compile (ANSI compatible) ---- -gcc main.c select.c -lsqlite3 -std=c99 -ansi -o hound +gcc main.c select.c -lsqlite3 -ansi -o hound