1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

tpws : makefile -lcap

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

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