diff --git a/Makefile b/Makefile index 33029a32..9be1383d 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,8 @@ clean: make -C $${subdir} clean ; \ done +watch: + make -C Yavsc watch .PHONY: all $(SUBDIRS)