瀏覽代碼

Rename 'build-dist' to 'dist' in Makefile

Kailash Nadh 6 年之前
父節點
當前提交
1caa63b113
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -21,7 +21,7 @@ build:
 build-frontend:
 	cd frontend && yarn build
 
-.PHONY: build-dist
+.PHONY: dist
 build-dist:
 	stuffbin -a stuff -in ${BIN} -out ${BIN} ${STATIC}