Fix for target name.

This commit is contained in:
James Goppert
2015-09-13 15:14:58 -04:00
parent e55af00222
commit 5b8905a4e0
+1 -1
View File
@@ -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