Skip to content

Commit

Permalink
Move simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed May 24, 2024
1 parent 908b527 commit 3d377dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:

.PHONY: examples
examples:
go run examples/simple.go
go run examples/simple/simple.go

.PHONY: test
test:
Expand Down Expand Up @@ -63,4 +63,4 @@ deps.freebsd.amd64: duckdb

cd duckdb && \
CFLAGS="-O3" CXXFLAGS="-O3" ${DUCKDB_COMMON_BUILD_FLAGS} gmake bundle-library -j 2
cp duckdb/build/release/libduckdb_bundle.a deps/freebsd_amd64/libduckdb.a
cp duckdb/build/release/libduckdb_bundle.a deps/freebsd_amd64/libduckdb.a
File renamed without changes.

0 comments on commit 3d377dd

Please sign in to comment.