Use Makefile

This commit is contained in:
Valentin Brandl 2019-10-28 11:45:51 +01:00
parent ee7419364f
commit 509935c9cd
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

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