mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
Fix for target name.
This commit is contained in:
2
Makefile
2
Makefile
@@ -110,7 +110,7 @@ clean:
|
||||
rm -rf build_*/
|
||||
|
||||
# targets handled by cmake
|
||||
cmake_targets = test upload packag package_source debug check_weak
|
||||
cmake_targets = test upload package package_source debug check_weak
|
||||
$(foreach targ,$(cmake_targets),$(eval $(call cmake-targ,$(targ))))
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user