Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ run: stop ## lancement du serveur basex .PHONY: run stop: ## arrêt du serveur basex ./basex/bin/basexhttpstop || true ./basex/bin/basexhttpstop > /dev/null 2>&1 || true .PHONY: stop install-tei-demo: run ## installation de l'édition de démo TEI Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ run: stop ## lancement du serveur basex .PHONY: run stop: ## arrêt du serveur basex ./basex/bin/basexhttpstop || true ./basex/bin/basexhttpstop > /dev/null 2>&1 || true .PHONY: stop install-tei-demo: run ## installation de l'édition de démo TEI Loading