CFLAGS= -g -DDEBUG
LDFLAGS = -g

all: bot 
bot: bot.o servio.o
	cc $(LDFLAGS) -o $@ bot.o servio.o