Commit 4fdfd03c by Maarten L. Hekkelman

update clean target

parent a1d24383
...@@ -191,6 +191,7 @@ $(OBJDIR)/%.o: %.cpp | $(OBJDIR) ...@@ -191,6 +191,7 @@ $(OBJDIR)/%.o: %.cpp | $(OBJDIR)
.PHONY: clean .PHONY: clean
clean: clean:
rm -rf .libs $(OBJDIR)/* $(LIB_TARGET) rm -rf .libs $(OBJDIR)/* $(LIB_TARGET)
rm -f $(TESTS:%=%-test)
.PHONY: distclean .PHONY: distclean
distclean: clean distclean: clean
......
Markdown is supported
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