mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
ip2net iplist groupper
This commit is contained in:
12
ip2net/Makefile
Normal file
12
ip2net/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
CC ?= gcc
|
||||
CFLAGS += -s
|
||||
LIBS =
|
||||
SRC_FILES = *.c
|
||||
|
||||
all: ip2net
|
||||
|
||||
ip2net: $(SRC_FILES)
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f ip2net *.o
|
Reference in New Issue
Block a user