Added io debug target.

This commit is contained in:
James Goppert
2015-09-19 10:39:54 -04:00
parent cc053bffcd
commit 4830c7c9c1
3 changed files with 10 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ clean:
rm -rf build_*/
# targets handled by cmake
cmake_targets = test upload package package_source debug check_weak
cmake_targets = test upload package package_source debug debug_io check_weak
$(foreach targ,$(cmake_targets),$(eval $(call cmake-targ,$(targ))))
.PHONY: clean