Fix error in Makefile breaking `make testclean`

This commit is contained in:
Leland Batey 2016-11-09 12:30:17 -08:00
Родитель 0c8f66b1b1
Коммит 376e8f9c4b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,4 +27,4 @@ test-integration:
# Removes generated code from tests
testclean:
$(MAKE) -C _integration-tests clean
$(MAKE) -C cmd/_integration-tests clean