houndsniff

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

commit 24e9254bc9d02e8c37c8685f21b260d90753d80a
parent 6fd663ec539ddbb1e9b3ad90e90d404e2ef16dfe
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat, 26 Dec 2020 14:40:38 +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 upp.h upp.c main.c select.c select.h -lsqlite3 -std=c99 -ansi -o hound +gcc main.c select.c -lsqlite3 -std=c99 -ansi -o hound