Загрузить файлы в «/»
This commit is contained in:
parent
c40de0102a
commit
d9bce24e52
5 changed files with 45 additions and 27 deletions
3
Makefile
3
Makefile
|
@ -1,3 +1,4 @@
|
|||
CFLAGS?= -s -flto -Os -pedantic
|
||||
CC?=cc
|
||||
all:
|
||||
cc fetch.c $(CFLAGS) -o kfetch
|
||||
$(CC) fetch.c $(CFLAGS) -o kfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue