mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
makefile
This commit is contained in:
parent
b3e9b640f0
commit
d4646ffd63
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -60,7 +60,7 @@ reindent: ocp-indent
|
||||||
|
|
||||||
WATCH=all
|
WATCH=all
|
||||||
watch:
|
watch:
|
||||||
while find src/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
|
while find src/ tests/ -print0 | xargs -0 inotifywait -e delete_self -e modify ; do \
|
||||||
echo "============ at `date` ==========" ; \
|
echo "============ at `date` ==========" ; \
|
||||||
make $(WATCH); \
|
make $(WATCH); \
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue