Skip to content
Snippets Groups Projects
Commit 0e5fea4c authored by Markus Pfister's avatar Markus Pfister
Browse files

:foo:

* remove make target if rule clean or clean_targets
  is given
parent bfed5b8a
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,7 @@ $(ITO_LIBDIR)/$(SNIFF_LIB_TARGET)$(SHAREDLIB_SUFFIX) : $(TARGET_DIR)/$(SNIFF_LIB
fi;
all: $(SNIFF_LIB_TARGET)
clean: ;
_clean_targets: ;
clean: clean_targets
clean_targets:
@ $(RM) $(SNIFF_LIB_TARGET) $(ITO_LIBDIR)/$(SNIFF_LIB_TARGET)$(SHAREDLIB_SUFFIX);
@ $(RM) $(SNIFF_LIB_TARGET) $(ITO_LIBDIR)/$(SNIFF_LIB_TARGET)$(SHAREDLIB_SUFFIX).*;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment