tpws,nfqws : remove cap library dependency

This commit is contained in:
bol-van
2020-01-20 15:13:19 +03:00
parent 2595d0ebd0
commit c69a31cc1d
26 changed files with 322 additions and 217 deletions

View File

@@ -1,6 +1,6 @@
CC ?= gcc
CFLAGS += -std=c99 -s -O3
LIBS = -lz -lcap
LIBS = -lz
SRC_FILES = *.c
all: tpws