Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jun 5, 2024
1 parent e0656ea commit 1c08fad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ include stb/BUILD.mk
# building a package also builds its sub-packages
.PHONY: o/$(MODE)/
o/$(MODE)/: o/$(MODE)/llamafile \
o/$(MODE)/stable-diffusion.cpp \
o/$(MODE)/stb \
o/$(MODE)/depend.test

Expand Down
1 change: 0 additions & 1 deletion llamafile/server/BUILD.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ o/$(MODE)/llamafile/server/main: \
o/$(MODE)/llama.cpp/llava/llava.a \
o/$(MODE)/double-conversion/double-conversion.a \
o/$(MODE)/stb/stb.a \
o/$(MODE)/llamafile/server/malloc.o \

$(LLAMAFILE_SERVER_OBJS): llamafile/server/BUILD.mk
$(LLAMAFILE_SERVER_OBJS): private CCFLAGS += -O
Expand Down

0 comments on commit 1c08fad

Please sign in to comment.