@ -1,6 +1,6 @@
CC ?= gcc
CFLAGS += -s -O3
LIBS =
LIBS = -lpthread
SRC_FILES = *.c
all: mdig
@ -3,6 +3,8 @@
// ip list >stdout
// errors, verbose >stderr
#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>