Remove $(TESTBIN) (not used anymore)
This commit is contained in:
parent
4d25b52775
commit
76687b636b
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue