Remove unneeded make rule name.

This commit is contained in:
Filip Grzadkowski 2015-03-16 12:04:08 +01:00
parent 879bc3a677
commit b9d7c8f6f5

View File

@ -48,7 +48,7 @@ check test:
#
# Example:
# make test_integration
test_integration test_integ:
test_integration:
hack/test-integration.sh
.PHONY: test_integration test_integ