Skip to content
Snippets Groups Projects
Commit 3715a4f3 authored by edgrif's avatar edgrif
Browse files

add threads libs to clean target

parent c30f2e1a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment