remove stylereport from phony targets

This commit is contained in:
dessant 2016-12-17 19:12:14 +02:00 committed by GitHub
parent ff463a78bf
commit aa8d66ffc9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ifneq ($(INSTALL_LAYOUT),)
endif endif
.PHONY: build force mesabuild pdf style stylereport hook test batchtest cover clean distclean theming .PHONY: build force mesabuild pdf style hook test batchtest cover clean distclean theming
build: build:
$(PYTHON) setup.py $(BUILD_OPTS) $(PYTHON) setup.py $(BUILD_OPTS)