houndsniff

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

commit 2895d561353d6dce286d9b4127dfef7aca05a569
parent e051fa20b13bf8d77d04dddce5f59333f9c373d6
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Thu, 11 Mar 2021 13:02:45 +0000

Add files via upload
Diffstat:
Msrc/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -1,6 +1,6 @@ install: main.c select.c houndsniff.1 - gcc main.c select.c -o hound - sudo cp houndsniff.1 /usr/share/man/man1 - sudo mandb + gcc main.c select.c -o hound + sudo cp houndsniff.1 /usr/share/man/man1 + sudo mandb