Skip to content

Commit ec253a6

Browse files
authored
Merge pull request ggml-org#8 from alepar/patch-1
Fixes typo
2 parents 72f3581 + 3984d36 commit ec253a6

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
@@ -258,7 +258,7 @@ libfalcon.o: libfalcon.cpp ggml.h ggml-cuda.h libfalcon.h llama-util.h
258258
common.o: examples/common.cpp examples/common.h
259259
$(CXX) $(CXXFLAGS) -c $< -o $@
260260

261-
falcom_common.o: examples/falcon_common.cpp examples/falcon_common.h
261+
falcon_common.o: examples/falcon_common.cpp examples/falcon_common.h
262262
$(CXX) $(CXXFLAGS) -c $< -o $@
263263

264264
libllama.so: llama.o ggml.o $(OBJS)

0 commit comments

Comments
 (0)