summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
blob: fb93b58e0cf5c522be4645bd61ce00eac33e0f56 (plain)
1
2
3
4
5
6
7
bin_PROGRAMS= example
example_SOURCES= example.c
example_LDADD= ../src/librcd.la
EXTRA_DIST= input.txt

test: example
	cat input.txt | ./example