houndsniff

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

commit 6c8880ea72ba67f847b955ca6a4c7b5036bec0c8
parent 1feeaffbe27db6c7ec9806f15d12e3a5581bc2d2
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Wed, 10 Mar 2021 11:06:50 +0000

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

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