tpws : makefile -lcap

This commit is contained in:
bolvan 2019-05-19 16:38:45 +03:00
parent 50a96d124b
commit 60e3a76864

View File

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