Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2eba6d7

Browse files
committed
Upgrade Makefile
Remove redundant 'exit 1'
1 parent 2b1bdc6 commit 2eba6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ all: $(VENV)/bin/sphinx-build $(VENV)/bin/blurb clone ## Automatically build an
5656
.PHONY: build
5757
build/%: $(VENV)/bin/sphinx-build $(VENV)/bin/blurb clone ## Automatically build an html local version
5858
@if [ ! -f "$*.po" ] ; then \
59-
echo "\x1B[1;31m""ERROR: $*.po not exist""\x1B[m"; exit 1; \
59+
echo "\x1B[1;31m""ERROR: $*.po not exist""\x1B[m"; \
6060
exit 1; \
6161
fi
6262
@mkdir -p $(LC_MESSAGES)

0 commit comments

Comments
 (0)