From 76687b636bc119cd58311bb25b6a2ca6644e574c Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 27 Aug 2023 02:01:46 -0300 Subject: [PATCH] Remove $(TESTBIN) (not used anymore) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 3f9f9ba..9770d9e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ SRCDIR = src SRCFILES = $(SRCDIR)/isinetaddr.c $(SRCDIR)/iscidraddr.c INCDIR = include TESTDIR = test -TESTBIN = $(TESTDIR)/runner CC = cc CFLAGS = -fstack-protector-all -I$(INCDIR) -Wall -Wextra -pedantic