make watch

This commit is contained in:
2018-12-23 21:08:24 +00:00
parent 84a2a26e0c
commit be10368006

View File

@ -59,6 +59,8 @@ clean:
make -C $${subdir} clean ; \
done
watch:
make -C Yavsc watch
.PHONY: all $(SUBDIRS)