BUILD_HELP += \\n\\t* assert-all \(Run all asertion tests\) BUILD_TEST := \ test-ahello-m80-assert \ test-ahello-sdcc-assert \ test-dist-qa-dos1-assert \ test-dist-qa-dos2-assert \ test-dist-qa-msx1-assert .PHONY: assert-all assert-all: $(BUILD_TEST) @echo All assertions completed.