PROG = create-md.p6
MFIL = ../lib/Net/IP/Lite.pm6
TDIR = ../docs

create:
	$(PROG) -m $(MFIL) -d $(TDIR)
