history/Makefile

7 lines
83 B
Makefile
Raw Normal View History

2023-08-01 19:42:36 +00:00
CFLAGS?= -s -Os -flto -pedantic
all:
cc *.c $(CFLAGS) -obot
clean:
rm irc.* bot