Commit 44dcde1e authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

clean

parent a8651ba2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -144,10 +144,6 @@ init: check ## Initialisation à partir du fichier de configuration courant



add-bundle:
	@echo $(ADD_BUNDLE_ARGS)
.PHONY: add-bundle	

help: ## Affiche cette aide
	@echo "\nChoisissez une commande. Les choix sont:\n"
	@grep -E '^[0-9a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "  \033[0;36m%-12s\033[m %s\n", $$1, $$2}'