From 3715a4f3c9d0ebf39c139ca1b2f9e0053d667e9a Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Wed, 3 Mar 2004 12:00:56 +0000 Subject: [PATCH] add threads libs to clean target --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 0d268b71b..7e858058b 100755 --- a/src/makefile +++ b/src/makefile @@ -15,7 +15,7 @@ clean: makebindir @for d in $(MAKE_DIRS); do \ (cd $$d ; echo ; echo 'make '$@' in '$$d ; $(MAKE) $@ ; echo) ; \ done - @rm -f $(ZMAPAPP_LIB) $(ZMAP_LIB) + @rm -f $(ZMAPAPP_LIB) $(ZMAP_LIB) $(ZMAPTHR_LIB) $(ZMAPNOTHR_LIB) # note that we issue a "make all" in the subdirectories, not a "make libs" libs: makebindir -- GitLab