From 96a72bc1c9db04ddf1491660e5292cdc9bdb6cd9 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 30 Sep 2024 10:16:44 +0200 Subject: [PATCH] X --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6068a2f..21f983d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # magic +CMAKE_MAKE_PROGRAM= + This repository is based on https://github.com/duckdb/extension-template, check it out if you want to build and ship your own DuckDB extension. ---