File: Makefile

package info (click to toggle)
eggdrop 1.6.17-3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,296 kB
  • ctags: 5,125
  • sloc: ansic: 55,294; sh: 6,498; tcl: 2,423; makefile: 1,510
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
all:
	@echo ""
	@echo "Before you can compile your bot you have to configure it."
	@echo "Please start the configure script now:"
	@echo ""
	@echo " % ./configure"
	@echo ""