Skip to content

Commit

Permalink
Use CMake for make clean (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazum authored and tqchen committed Jun 14, 2018
1 parent 33f320b commit 56e12f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 56e12f2

Please sign in to comment.