AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
bin_PROGRAMS = usey
usey_SOURCES = usey.c
LDADD = @LIBRPATHY@

check: all
	./usey
