commit 67519e2c4e06cc373c7c00c9b2356bc773b9cdb5 parent 2198c5e4189a65f9c4609617dc8449e18988293b Author: Michael Constantine Dimopoulos <31562759+MichaelDim02@users.noreply.github.com> Date: Fri, 16 Jul 2021 20:53:59 +0000 Update Makefile Diffstat:
M | src/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile @@ -3,7 +3,7 @@ CC=gcc FILES=main.c select.c -BIN=hound +BIN=houndsniff all: main.c select.c $(CC) $(FILES) -o $(BIN)