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

check: all
	./usey
