This commit is contained in:
Your Name 2025-04-13 18:42:20 +03:00
parent 674a5db917
commit 570bff605f
3 changed files with 4 additions and 5 deletions

View file

@ -1,8 +1,7 @@
CFLAGS?=-s -Os -pedantic -Wall -Wextra -Werror -DENABLE_SSL
LDFLAGS=-lssl -lcrypto
CFLAGS?= -s -Os -flto -pedantic -Wall
CC?=cc
all:
$(CC) *.c $(CFLAGS) $(LDFLAGS) -obot
$(CC) *.c $(CFLAGS) -obot
clean:
rm irc.* bot