Also clean the bin dir

This commit is contained in:
casey langen 2019-01-13 19:38:09 +00:00
parent 2ce7505198
commit b7bb824b0a

View File

@ -1,5 +1,6 @@
#!/bin/sh
rm -rf bin
./clean-nix.sh
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make -j2