Загрузить файлы в «/»
This commit is contained in:
parent
32b577d342
commit
79a504e10b
3 changed files with 14 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,6 +1,7 @@
|
|||
CFLAGS?= -s -Os -flto -pedantic
|
||||
CC?=cc
|
||||
all:
|
||||
cc *.c $(CFLAGS) -obot
|
||||
$(CC) *.c $(CFLAGS) -obot
|
||||
|
||||
clean:
|
||||
rm irc.* bot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue