This commit is contained in:
Your Name 2023-11-02 18:00:45 +03:00
parent 208725ee0d
commit 135a196f9a
6 changed files with 16 additions and 86 deletions

View file

@ -3,3 +3,6 @@ CC?=cc
all:
$(CC) src/*.c -Iinclude -I. $(CFLAGS) -okfetch
clean:
rm kfetch