mirror of https://github.com/kivy/kivy.git
remove stylereport from phony targets
This commit is contained in:
parent
ff463a78bf
commit
aa8d66ffc9
2
Makefile
2
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue