@@ -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
The note is not visible to the blocked user.