summaryrefslogtreecommitdiffstatshomepage
path: root/syncbuildrun.sh
blob: 0d3ff3ae47d2bf524195ef13d6269828940e3d4f (plain) (blame)
1
2
3
4
5
rsync --delete-excluded -av 192.168.1.100:Projects/Author/ . &&
qmake -spec macx-g++ &&
make &&
(killall Author; open Author.app)