Browse Source

fixed phony declaration in Makefile

main
Holger Frey 2 years ago
parent
commit
4070c005f1
  1. 2
      Makefile

2
Makefile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
.PHONY: clean clean-test clean-pyc clean-build docs help prepareenv
.PHONY: clean clean-docs clean-test clean-pyc clean-build docs help prepareenv
.DEFAULT_GOAL := help
define BROWSER_PYSCRIPT

Loading…
Cancel
Save