Add utils to CLEAN_SUBDIRS.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 31 May 2006 18:26:36 +0000 (18:26 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 31 May 2006 18:26:36 +0000 (18:26 +0000)
src/Makefile

index 6dd4610cbd0885556738bb02d6355c4e012a261e..ee58cc33149c6ce8e6d513feb63c5c9feff20b56 100644 (file)
@@ -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