9 lines
120 B
Makefile
9 lines
120 B
Makefile
|
|
EXTRA_DIST = testsuite.sh
|
|
|
|
noinst_PROGRAMS = fdcat streamcat
|
|
|
|
fdcat_SOURCES = fdcat.c
|
|
streamcat_SOURCES = streamcat.c
|
|
|