elfbot : main.o fdman.o timer.o stack.o conf.o bot.o wildcards.o hash.o 
	gcc -o elfbot main.o conf.o fdman.o timer.o stack.o bot.o wildcards.o hash.o
clean : 
	rm -f *.o *.core
tar :
	rm -f elfbot.tar.gz && tar -cvzf elfbot.tar.gz *.h *.c Makefile *.example README
binary : elfbot
	rm -f elfbot-`uname`-`uname -r` && tar -cvzf elfbot-`uname`-`uname -r`.tar.gz elfbot README *.example
