Commit 700c1d40 by Maarten L. Hekkelman

clean and distclean

parent e3297d0d
...@@ -138,6 +138,12 @@ $(OBJDIR)/%.o: %.cpp | $(OBJDIR) ...@@ -138,6 +138,12 @@ $(OBJDIR)/%.o: %.cpp | $(OBJDIR)
clean: clean:
rm -rf .libs $(OBJDIR)/* $(LIB_TARGET) rm -rf .libs $(OBJDIR)/* $(LIB_TARGET)
.PHONY: distclean
distclean: clean
rm -f libtool config.lt
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f GNUmakefile
# Test rules # Test rules
BOOST_LIBS = iostreams thread filesystem timer chrono regex BOOST_LIBS = iostreams thread filesystem timer chrono regex
......
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