Skip to content

Commit 1d19f80

Browse files
committed
make : do not build C test by default
1 parent 6b0a742 commit 1d19f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BUILD_TARGETS = \
33
main quantize quantize-stats perplexity embedding vdot q8dot train-text-from-scratch convert-llama2c-to-ggml \
44
simple batched batched-bench save-load-state server gguf llama-bench libllava.a llava-cli baby-llama beam-search \
5-
speculative infill tokenize benchmark-matmult parallel finetune export-lora tests/test-c.o
5+
speculative infill tokenize benchmark-matmult parallel finetune export-lora
66

77
# Binaries only useful for tests
88
TEST_TARGETS = \

0 commit comments

Comments
 (0)