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

This commit is contained in:
Kailash Nadh 2019-06-26 17:50:53 +05:30
parent 089522a2e5
commit 1caa63b113
1 changed files with 1 additions and 1 deletions

View File

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