Remove $(TESTBIN) (not used anymore)

This commit is contained in:
0x1eef 2023-08-27 02:01:46 -03:00
parent 4d25b52775
commit 76687b636b

View file

@ -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