houndsniff

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

commit e051fa20b13bf8d77d04dddce5f59333f9c373d6
parent 710e2fe5564e716c435eb2b3352414a09b1a0a61
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Thu, 11 Mar 2021 13:01:15 +0000

Update Makefile
Diffstat:
Msrc/Makefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

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