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

This commit is contained in:
8nlight 2023-10-18 23:55:28 +03:00
parent c40de0102a
commit d9bce24e52
5 changed files with 45 additions and 27 deletions

View file

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