Add watch script for incremental builds
This commit is contained in:
parent
4f8b9c95aa
commit
11200e02ee
8
build_watch.sh
Executable file
8
build_watch.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
main() {
|
||||||
|
while inotifywait -r -e modify -e create -e delete "./school/"; do
|
||||||
|
make
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
main
|
Loading…
Reference in New Issue
Block a user