mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Rename public directory
This commit is contained in:
parent
7a272efb46
commit
ba73e86db0
5 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue