CFLAGS = -O2 -g -Wall -D_GNU_SOURCE -DHAVE_LIBPTHREAD -pthread LIB = libtap.a OBJS = tap.o $(LIB): $(OBJS) ar rcs $@ $? clean: rm -f $(LIB) $(OBJS)