add/rm build cruft to makefile

main
Jeff Moe 2024-05-07 11:11:10 -06:00
parent 31e79f0a2f
commit bbee43a893
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ all:
$(MAKE) build
build:
mkdir -p docs/static/schemas
./install-dependencies.sh
clean:
@ -35,3 +36,4 @@ clean:
rm -rf extensions/intellij/src/main/resources/webview/jetbrains_editorInset_index.html
rm -rf extensions/intellij/src/main/resources/webview/jetbrains_index.html
rm -rf extensions/intellij/src/main/resources/webview/onigasm.wasm
rm -rf docs/static/schemas/config.json