Commit 04268ed9 by MORITA Kazutaka Committed by Tianqi Chen

Use CMake for make clean (#1280)

parent b867db0d
......@@ -110,4 +110,4 @@ jvminstall:
# clean rule
clean:
$(RM) -rf build lib bin *~ */*~ */*/*~ */*/*/*~ */*.o */*/*.o */*/*/*.o */*.d */*/*.d */*/*/*.d
@mkdir -p build && cd build && cmake .. && $(MAKE) 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