This commit is contained in:
Your Name 2024-02-24 10:36:22 +03:00
parent aa28da18fe
commit 6a7a61d6ae
4 changed files with 106 additions and 72 deletions

View file

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