kfetch/Makefile
Your Name c65640c4f6 fix
2023-11-02 17:51:10 +03:00

6 lines
100 B
Makefile

CFLAGS?=-s -Os -pedantic -Wall -Wextra
CC?=cc
all:
$(CC) src/*.c -Iinclude -I. $(CFLAGS) -okfetch