5 lines
54 B
Makefile
5 lines
54 B
Makefile
all: build
|
|
|
|
|
|
build:
|
|
mvn clean compile assembly:single
|