Skip to content

Commit aaeaba8

Browse files
committed
fix make install delimiter
1 parent d3d78f5 commit aaeaba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test: release
6262
install: release
6363
duckdb \
6464
-unsigned \
65-
-cmd "FORCE INSTALL 'target/release/protobuf.duckdb_extension'"
65+
-cmd "FORCE INSTALL 'target/release/protobuf.duckdb_extension'" \
6666
-no-stdin
6767

6868
.PHONY: test release debug vendor

0 commit comments

Comments
 (0)