make watch

vnext
Paul Schneider 6 years ago
parent 84a2a26e0c
commit be10368006
1 changed files with 2 additions and 0 deletions

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

Loading…