瀏覽代碼

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 4 年之前
父節點
當前提交
7fe2b9e4ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -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}'

Loading…
取消
儲存