kfetch/Makefile
2023-08-01 22:41:49 +03:00

4 lines
69 B
Makefile

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