rl : rl.c
	gcc -o rl -ggdb -L/home/shiny/fake/lib -lreadline -lncurses rl.c
clean :
	rm -f rl.o rl
.PHONY : clean
