fixed
This commit is contained in:
parent
674a5db917
commit
570bff605f
3 changed files with 4 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue