Rename makedist to make-release
This commit is contained in:
parent
04b878f078
commit
d615b5d695
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
@$<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue