mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
add tarball target to makefile
This commit is contained in:
parent
b871f430d0
commit
d11195165f
7
makefile
7
makefile
@ -334,6 +334,13 @@ test: build
|
||||
$(executable) $(mode) "$(flags)" \
|
||||
$(call class-names,$(test-build),$(test-classes))
|
||||
|
||||
.PHONY: tarball
|
||||
tarball:
|
||||
@echo "creating build/avian-$(version).tar.bz2"
|
||||
@mkdir -p build
|
||||
(cd .. && tar --exclude=build --exclude='.*' --exclude='*~' -cjf \
|
||||
avian/build/avian-$(version).tar.bz2 avian)
|
||||
|
||||
.PHONY: javadoc
|
||||
javadoc:
|
||||
javadoc -sourcepath classpath -d build/javadoc -subpackages java \
|
||||
|
Loading…
Reference in New Issue
Block a user