kfetch/Makefile

4 lines
69 B
Makefile
Raw Normal View History

CFLAGS?= -s -flto -Os -pedantic
all:
cc fetch.c $(CFLAGS) -o kfetch