Skip to content

Commit

Permalink
all: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Dec 30, 2020
1 parent cd77969 commit d7b4af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test: js-test go-test
# expand to something like "C:/Program Files/Git/usr/bin/sh.exe".
build-docker: ; $(ENV) "$(SHELL)" ./scripts/make/build-docker.sh

build-release: # deps js-build
build-release: deps js-build
$(ENV) "$(SHELL)" ./scripts/make/build-release.sh

clean: ; $(ENV) "$(SHELL)" ./scripts/make/clean.sh
Expand Down

0 comments on commit d7b4af6

Please sign in to comment.