
.SUFFIXES: .net

default: dff

interface:
	bdnet $@

dff: dff/logic/interface;
"dff/logic/interface;" : dff.net

