summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-01-14 12:14:46 +0700
committerDaniil Baturin <daniil@baturin.org>2021-01-14 12:14:46 +0700
commit73add2ea781a883fd9b0a452afe67d6892d6b364 (patch)
tree122c1f0fca95c7662ffcdc3d41ec46c837c4823b
parent1b592d7f28fde35c58a1cd3b31eb411e562adaa4 (diff)
downloadcommunity.vyos.net-73add2ea781a883fd9b0a452afe67d6892d6b364.tar.gz
community.vyos.net-73add2ea781a883fd9b0a452afe67d6892d6b364.zip
Fix a path in the makefile.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd62d26..d30c718 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: assets
assets:
- cp -r assets* build/
+ cp -r assets/* build/
.PHONY: site
site: