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