mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
site: sitedir ensure dir
This commit is contained in:
parent
a06df1e889
commit
e5b0f4c0c5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -280,7 +280,7 @@ TARGET_SITE=$(prefix)/.site/index.html
|
|||
$(WASM_TOOLKIT_NPM_TARGZ):
|
||||
curl -o $@ -q https://registry.npmjs.org/@alex.garcia/sqlite-wasm-toolkit/-/sqlite-wasm-toolkit-0.0.1-alpha.7.tgz
|
||||
|
||||
$(SITE_DIR)/slim.js $(SITE_DIR)/slim.css: $(WASM_TOOLKIT_NPM_TARGZ)
|
||||
$(SITE_DIR)/slim.js $(SITE_DIR)/slim.css: $(WASM_TOOLKIT_NPM_TARGZ) $(SITE_DIR)
|
||||
tar -xvzf $< -C $(SITE_DIR) --strip-components=2 package/dist/slim.js package/dist/slim.css
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue