1AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
2bin_PROGRAMS = usez
3usez_SOURCES = usez.c
4LDADD = @LIBRPATHZ@
5
6check: all
7	./usez
8