File: Makefile

package info (click to toggle)
eggdrop 1.6.18-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,248 kB
  • ctags: 5,135
  • sloc: ansic: 55,311; sh: 4,101; tcl: 2,423; makefile: 1,505
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 ""