Makefile 177 B

1234567
  1. all:
  2. @echo ""
  3. @echo "Before you can compile your bot you have to configure it."
  4. @echo "So please start the configure script now:"
  5. @echo ""
  6. @echo " % ./configure"
  7. @echo ""