GetMem fixed, build fixed

This commit is contained in:
Your Name 2023-12-15 18:17:49 +03:00
parent 8a789784cc
commit e59cd1d2a0
4 changed files with 10 additions and 6 deletions

View file

@ -5,4 +5,4 @@ all:
$(CC) src/*.c -Iinclude -I. $(CFLAGS) -okfetch
clean:
rm kfetch
rm obj/* bin/*