X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile;h=ee58cc33149c6ce8e6d513feb63c5c9feff20b56;hb=f35d56069db7eb1bc09f48f7f40a594718611f95;hp=6dd4610cbd0885556738bb02d6355c4e012a261e;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/Makefile b/src/Makefile index 6dd4610..ee58cc3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ all:: @echo "Run 'make' in subdirectories: $(BUILD_SUBDIRS)." @echo "This top-level make has only 'clean' targets." -CLEAN_SUBDIRS = $(BUILD_SUBDIRS) examples +CLEAN_SUBDIRS = $(BUILD_SUBDIRS) examples utils clean:: for d in $(CLEAN_SUBDIRS); do $(MAKE) -C $$d $@; done