aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e18c08d..9dcefae 100644
--- a/Makefile
+++ b/Makefile
@@ -21,8 +21,8 @@ build-sub: # Build everything into substitute directory
mv public/* public/m || true
build-config: # Build configuration files
- yj -yj -i < config.yaml > config.json
- yj -yt -i < config.yaml > config.toml
+ yj -yj -i < config/_default/config.yaml > config/_default/config.json
+ yj -yt -i < config/_default/config.yaml > config/_default/config.toml
build-js: # Build js bundle
deno run --allow-all static/js/index-bundle.ts