Skip to content

Commit 3984d36

Browse files
authored
Fixes typo
1 parent 72f3581 commit 3984d36

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)