This project is done. In fact it was done already five years ago
and has seen only a couple of minor fixes since then. With the new
version number it does not look like the project is dead.
objects := adu.o string.o cmdline.o fd.o select.o create.o interactive.o select.cmdline.o format.o user.o bloom.o
all: adu
-version := 0.1.0
+version := 1.0.0
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W