Rename 'build-dist' to 'dist' in Makefile
This commit is contained in:
parent
089522a2e5
commit
1caa63b113
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue