remove 273: Trailing whitespace
This commit is contained in:
parent
bbe9c59618
commit
c369d11905
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -271,7 +271,7 @@ main: examples/main/main.cpp build-info.h ggml.
|
||||||
@echo '==== Run ./main -h for help. ===='
|
@echo '==== Run ./main -h for help. ===='
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
simple: examples/simple/simple.cpp build-info.h ggml.o llama.o common.o $(OBJS)
|
simple: examples/simple/simple.cpp build-info.h ggml.o llama.o common.o $(OBJS)
|
||||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||||
@echo
|
@echo
|
||||||
@echo '==== Run ./simple -h for help. ===='
|
@echo '==== Run ./simple -h for help. ===='
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue