Skip to content

Commit

Permalink
move makefiles out
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Nov 7, 2024
1 parent 2c2482d commit 34c045e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 253 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MINIMUM_DUCKDB_VERSION=v0.0.1
all: configure debug

# Include makefiles from DuckDB
include duckdb_extension_c_api.Makefile
include duckdb_extension_rs.Makefile
include extension-ci-tools/makefiles/duckdb_extension_c_api.Makefile
include extension-ci-tools/makefiles/duckdb_extension_rs.Makefile

configure: venv platform extension_version

Expand Down
211 changes: 0 additions & 211 deletions duckdb_extension_c_api.Makefile

This file was deleted.

39 changes: 0 additions & 39 deletions duckdb_extension_rs.Makefile

This file was deleted.

0 comments on commit 34c045e

Please sign in to comment.