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 .
do
./make.sh
make
done