From 2944f70ee33de24b023ad1edb04246e4b71eef17 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 22 Sep 2020 18:16:38 -0700 Subject: *: initial commit wye is an input-oriented tee variant The name is derived from the plumbing name for a directional tee, or "Y" intersection. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..8490c6e --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ +bin_PROGRAMS = wye +wye_SOURCES = wye.c -- cgit v1.2.3