Skip to content

Commit 6d9ec46

Browse files
committed
updated Makefile
1 parent 567bd16 commit 6d9ec46

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ yum-packages:
142142
# needed to build python-snappy for avro module
143143
rpm -q snappy-devel || $(SUDO) yum install -y snappy-devel
144144

145+
.PHONY: jython-install
146+
jython-install:
147+
./jython_install.sh
148+
145149
.PHONY: sonar
146150
sonar:
147151
sonar-scanner

0 commit comments

Comments
 (0)