1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Merged in paul_jewell/librepilot/Makefile_typo_fix (pull request #1)

Fixed typo in Makefile
This commit is contained in:
alessio morale 2015-07-26 18:57:42 +02:00
commit 9a886d6d72

View File

@ -157,7 +157,7 @@ all_clean:
@$(ECHO) " CLEAN $(call toprel, $(BUILD_DIR))"
$(V1) [ ! -d "$(BUILD_DIR)" ] || $(RM) -rf "$(BUILD_DIR)"
.PONY: clean
.PHONY: clean
clean: all_clean