Browse Source

add makefile update that moves venv

master
wes 7 years ago
parent
commit
606cb1f19a
  1. 1
      Makefile

1
Makefile

@ -25,4 +25,5 @@ install:
cp -rT ./build /srv/http/build/;
cp -rT ./build/scripts/ /srv/http/goal/scripts/;
cp -rT ./build/styles/ /srv/http/goal/styles/;
cp -rT ./venv /srv/http/build/venv;
cp search.ini /srv/http/build/;

Loading…
Cancel
Save