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

Fixed type in Makefile

This commit is contained in:
Paul Jewell 2015-07-25 08:14:43 +01:00
parent ac877a036e
commit 6a52f9ecfb

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