start the GUI

This commit is contained in:
Dietmar Maurer
2018-12-04 17:53:10 +01:00
parent 826bb98286
commit 5c7a1b15c8
7 changed files with 180 additions and 1 deletions

View File

@ -20,6 +20,7 @@ deb ${DEB}:
rm -rf build
# build here to cache results
cargo build --release
make -C www
rsync -a debian Cargo.lock Cargo.toml src www target build
cd build; dpkg-buildpackage -b -us -uc