Use Makefile

This commit is contained in:
Valentin Brandl
2019-10-28 11:45:51 +01:00
parent ee7419364f
commit 509935c9cd

View File

@ -2,5 +2,5 @@
while inotifywait -e modify . while inotifywait -e modify .
do do
./make.sh make
done done