fixes for MacOS

This commit is contained in:
Volker Fischer 2019-03-24 09:54:22 +01:00
parent e8096e48f0
commit 321d467951
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ jamulus.vcxproj
jamulus.vcxproj.filters
release/
deploy/
Jamulus.app/

View File

@ -6,6 +6,9 @@ cd ..
# cvs -n update 2>null | grep -i "M " # error if any file is locally modified!!! -> TODO
# call qmake
qmake Jamulus.pro
# first clean up
rm -rf Jamulus.app
make clean