Explorar el Código

fix: Corrige le problème de l'include .env

La commande help est toute bugguée quand il y a un include dans le
Makefile.
master
Marien Fressinaud hace 4 años
padre
commit
7fe2b9e4ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -26,4 +26,4 @@ publish: build ## Publish the website online (rsync)

.PHONY: help
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
@grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

Cargando…
Cancelar
Guardar