history/Makefile

7 lines
83 B
Makefile

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