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

BETA!!!!!!
This commit is contained in:
8nlight 2023-08-01 22:41:49 +03:00
commit 3237ada9b5
5 changed files with 241 additions and 0 deletions

3
Makefile Normal file
View file

@ -0,0 +1,3 @@
CFLAGS?= -s -flto -Os -pedantic
all:
cc fetch.c $(CFLAGS) -o kfetch