1 SUBDIRS = threads userprog vm filesys
4 @echo "Run 'make' in subdirectories $(SUBDIRS)."
5 @echo "This top-level make has only 'clean' targets."
8 for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
12 find . -name '*~' -exec rm '{}' \;
15 etags --members `find . -name \*.[chS]`
18 ctags -T `find . -name \*.[chS]`