From ca00eb38b220df6f4c1112ae104fff1d56f2b310 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 31 May 2006 18:26:36 +0000 Subject: [PATCH] Add utils to CLEAN_SUBDIRS. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2