CFLAGS?= -s -Os -flto -pedantic -Wall CC?=cc all: $(CC) *.c $(CFLAGS) -obot clean: rm irc.* bot