better static stuff

This commit is contained in:
2020-08-29 12:56:12 +02:00
parent da996d1b6d
commit d324baf487
2 changed files with 3 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ $(www)/%.html: $(src)/%.md $(www)
$(post_index): $(post-sources)
$(INDEXCC) $^ -o $@
$(www_root)/static:
cp -R static $@
$(www_root)/static: static
cp -R static $(www_root)
$(POSTCC): $(post_compiler)
dune build