Skip to content

Commit

Permalink
Continue cleaning even if CMake fails to clean
Browse files Browse the repository at this point in the history
  • Loading branch information
yegord committed Jun 7, 2015
1 parent de4f287 commit 65460dc
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 @@ -31,7 +31,7 @@ gitstats: .git
.PHONY: clean
clean:
rm -f tags gmon.out core core.* vgcore.* .ycm_extra_conf.pyc
cmake --build $(BUILD_DIR) --target clean
-cmake --build $(BUILD_DIR) --target clean
-$(MAKE) -C doc clean

.PHONY:
Expand Down

0 comments on commit 65460dc

Please sign in to comment.