Rename public directory

This commit is contained in:
yuin 2024-02-03 20:04:45 +09:00
parent 7a272efb46
commit ba73e86db0
5 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
WASM_EXEC := $(shell go env GOROOT)/misc/wasm/wasm_exec.js
OUT_DIR=../../public/playground
OUT_DIR=../../docs/playground
GOLDMARK_VERSION = $(shell bash -c "")
all: $(OUT_DIR)/goldmark-playground.wasm $(OUT_DIR)/index.html $(OUT_DIR)/playground.css