summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-15 10:34:49 +0300
committerDevaev Maxim <[email protected]>2020-07-15 10:34:49 +0300
commit6fa59bd7a136bdda7640abb1748910aa52031a02 (patch)
tree80dacd72bd058f492bbb1a31d9e639c5b7d70621 /Makefile
parent3e7315c44872995108b5512c3a9b11d48dbc0f33 (diff)
kvm pug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8af3d14..24b18e83 100644
--- a/Makefile
+++ b/Makefile
@@ -146,6 +146,7 @@ pug: testenv
-it $(TESTENV_IMAGE) bash -c "cd src \
&& pug --pretty web/index.pug -o web \
&& pug --pretty web/login/index.pug -o web/login \
+ && pug --pretty web/kvm/index.pug -o web/kvm \
&& pug --pretty web/ipmi/index.pug -o web/ipmi \
&& pug --pretty web/vnc/index.pug -o web/vnc \
"