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)"