fix
This commit is contained in:
parent
b14ca9e430
commit
c65640c4f6
12 changed files with 241 additions and 296 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,5 @@
|
|||
CFLAGS?= -s -flto -Os -pedantic
|
||||
CFLAGS?=-s -Os -pedantic -Wall -Wextra
|
||||
CC?=cc
|
||||
|
||||
all:
|
||||
$(CC) fetch.c $(CFLAGS) -o kfetch
|
||||
$(CC) src/*.c -Iinclude -I. $(CFLAGS) -okfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue