diff --git a/src/makefile b/src/makefile index 0d268b71b1debbbd108648f2cde01c60f243d31f..7e858058be070b947e2ae9c4813cf4787485234c 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