diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-22 18:16:38 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-22 18:16:38 -0700 |
commit | 2944f70ee33de24b023ad1edb04246e4b71eef17 (patch) | |
tree | f9841815814e8bc75dbd22290542a7533f520aff /src/Makefile.am |
*: initial commit
wye is an input-oriented tee variant
The name is derived from the plumbing name for a
directional tee, or "Y" intersection.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |