Rename makedist to make-release

This commit is contained in:
Alexander Kobjolke 2022-03-04 09:24:39 +01:00
parent 04b878f078
commit d615b5d695
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
.PHONY: default all install watch clean build dist distclean
.PHONY: default all install watch clean build release distclean
default: all
all: build
@ -29,5 +29,5 @@ distclean: clean
install: build/annotator
@install -D -t ${BINDIR} $<
dist: script/makedist
release: script/make-release
@$<