git_version.* not removed on clean

The Build/git_version.* files need to be removed on make clean.

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-05-27 19:30:05 -07:00
parent be3551136a
commit d4749551da
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ check_format:
clean:
@echo > /dev/null
$(Q) $(RMDIR) $(BUILD_DIR)*.build
$(Q) $(REMOVE) $(BUILD_DIR)git_version.*
$(Q) $(REMOVE) $(IMAGE_DIR)*.px4
.PHONY: distclean