improvement
This commit is contained in:
parent
0caab36c0b
commit
b3224e5a2f
|
@ -25,6 +25,10 @@ else
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(JAVA_HOME),)
|
||||
$(error JAVA_HOME is not set and autodetection failed)
|
||||
endif
|
||||
|
||||
all: build test
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue