mirror of
https://github.com/antirez/gguf-tools.git
synced 2025-12-16 00:18:52 +08:00
Initial API to create new GGUF files.
Also added a few libraries that will be needed soon. The CLI was renamed with the final name of gguf-tools.
This commit is contained in:
9
Makefile
9
Makefile
@@ -1,7 +1,8 @@
|
||||
all: gguf-show
|
||||
all: gguf-tools
|
||||
|
||||
gguf-show: gguf-show.c gguflib.c gguflib.h
|
||||
$(CC) gguf-show.c gguflib.c -g -ggdb -Wall -W -pedantic -O2 -o gguf-show
|
||||
gguf-tools: gguf-tools.c gguflib.c gguflib.h sds.c sds.h sdsalloc.h
|
||||
$(CC) gguf-tools.c gguflib.c sds.c \
|
||||
-g -ggdb -Wall -W -pedantic -O2 -o gguf-tools
|
||||
|
||||
clean:
|
||||
rm -rf gguf-show
|
||||
rm -rf gguf-tools
|
||||
|
||||
Reference in New Issue
Block a user