all: r2pipe.jar
	r2pm -r groovy -cp r2pipe.jar test

r2pipe.jar:
	r2pm -i r2pipe-java

clean:
	rm -f r2pipe.jar
