Загрузить файлы в «»

This commit is contained in:
8nlight 2023-08-01 22:42:36 +03:00
parent 7e55d1f422
commit 7a81db868b
3 changed files with 98 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
CFLAGS?= -s -Os -flto -pedantic
all:
cc *.c $(CFLAGS) -obot
clean:
rm irc.* bot