live-reload: kill previous processes
This commit is contained in:
parent
daecc579b1
commit
42a2d04bb7
|
@ -12,6 +12,8 @@ make clean
|
|||
qmake harmonyqml.pro CONFIG+=dev && make
|
||||
|
||||
while true; do
|
||||
killall -9 harmonyqml
|
||||
|
||||
find src harmonyqml.pro -type f |
|
||||
entr -cdnr sh -c \
|
||||
"qmake harmonyqml.pro CONFIG+=dev && make && ./harmonyqml $*"
|
||||
|
|
Loading…
Reference in New Issue
Block a user