Skip to content
Snippets Groups Projects
Commit 04268ed9 authored by MORITA Kazutaka's avatar MORITA Kazutaka Committed by Tianqi Chen
Browse files

Use CMake for make clean (#1280)

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