Some library layout.

This commit is contained in:
antirez
2023-12-24 18:30:38 +01:00
parent 55a15a4230
commit d54409bc9c
4 changed files with 362 additions and 332 deletions

View File

@@ -1,7 +1,7 @@
all: gguf-show
gguf-show: gguf-show.c gguf.h
$(CC) gguf-show.c -g -ggdb -Wall -W -pedantic -O2 -o gguf-show
gguf-show: gguf-show.c gguflib.c gguflib.h
$(CC) gguf-show.c gguflib.c -g -ggdb -Wall -W -pedantic -O2 -o gguf-show
clean:
rm -rf gguf-show