history/Makefile

8 lines
93 B
Makefile

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