Skip to content

Commit

Permalink
site: sitedir ensure dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Apr 21, 2024
1 parent a06df1e commit e5b0f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit e5b0f4c

Please sign in to comment.