4 lines
69 B
Makefile
4 lines
69 B
Makefile
|
CFLAGS?= -s -flto -Os -pedantic
|
||
|
all:
|
||
|
cc fetch.c $(CFLAGS) -o kfetch
|