Correct make target in Makefile

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
pull/8445/head
Bridget Kromhout 4 years ago
parent 298f574606
commit 08517a9ec0
No known key found for this signature in database
GPG Key ID: 7D8605B545A76BAF

@ -183,7 +183,7 @@ clean:
.PHONY: release-notes
release-notes:
@if [ ! -d "./_dist" ]; then \
echo "please run 'make fetch-release' first" && \
echo "please run 'make fetch-dist' first" && \
exit 1; \
fi
@if [ -z "${PREVIOUS_RELEASE}" ]; then \

Loading…
Cancel
Save