Use Makefile
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
|
||||
while inotifywait -e modify .
|
||||
do
|
||||
./make.sh
|
||||
make
|
||||
done
|
||||
|
Reference in New Issue
Block a user
@ -2,5 +2,5 @@
|
||||
|
||||
while inotifywait -e modify .
|
||||
do
|
||||
./make.sh
|
||||
make
|
||||
done
|
||||
|