LDLIBS+=-lreadline
rlgets:	rlgets.c

test:	rlgets
	bash -c "echo $$'foo\nbar\n\cp\cu\cp\cu\cn\cj' | ./rlgets"

clean:
	rm rlgets history_file core *~ 2>/dev/null || true
