summaryrefslogtreecommitdiff
path: root/wrappers/java/Makefile
blob: 03e7d881abdc22b39fcf54abdb7c5374afbf5688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY: build pack test clean

build:
	mvn compile

pack:
	mvn package

test:
	$(MAKE) -C ../../exports
	mvn test

clean:
	mvn clean