summaryrefslogtreecommitdiff
path: root/Makefile
blob: c10e9399c0855adcd550af9153bef1bc4f9c3423 (plain)
1
2
3
4
5
6
7
8
9
all :
	@echo "please type in:"
	@echo "cd src"
	@echo "./configure"
	@echo "make"
	@echo "make install"
	@echo ""
	@echo "(see INSTALL file to know how-to-install)"