summaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
blob: 837a3cfbbe284cf8ef423d431a0c1b779946efb5 (plain)
1
2
3
4
5
6
7
bin_PROGRAMS= example
example_SOURCES= example.c
example_LDADD= @RCD_LIBS@
EXTRA_DIST= input.txt

test: example
	cat input.txt | ./example