Give Makefile a 'release' target
This commit is contained in:
parent
1d47fbb3c5
commit
01a853d84e
4
Makefile
4
Makefile
|
@ -23,3 +23,7 @@ all:
|
|||
snapshot:
|
||||
git tag $(VERSION)-$(DATE)
|
||||
git archive --prefix=fpdb-$(VERSION)-$(DATE)/ $(VERSION)-$(DATE) | gzip -9 > ../fpdb-$(VERSION)-$(DATE).tar.gz
|
||||
|
||||
release:
|
||||
git tag $(VERSION)
|
||||
git archive --prefix=fpdb-$(VERSION)/ $(VERSION) | gzip -9 > ../fpdb-$(VERSION).tar.gz
|
||||
|
|
Loading…
Reference in New Issue
Block a user