CFLAGS = -O6
LDFLAGS = -s -N
all: config myaddr
clean:
clobber:
	rm -f config myaddr
