Browse Source

update Makefile

master
wes 7 years ago
parent
commit
a2db1d64c8
  1. 1
      Makefile

1
Makefile

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

Loading…
Cancel
Save