mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
fix parallel (make -jN) build
This commit is contained in:
parent
3446ed0fce
commit
44ae6a02c2
4
makefile
4
makefile
@ -449,7 +449,9 @@ args = $(flags) $(input)
|
||||
build: $(static-library) $(executable) $(dynamic-library) \
|
||||
$(executable-dynamic) $(classpath-dep) $(test-dep) $(test-extra-dep)
|
||||
|
||||
$(test-classes): $(classpath-dep)
|
||||
$(test-dep): $(classpath-dep)
|
||||
|
||||
$(test-extra-dep): $(classpath-dep)
|
||||
|
||||
.PHONY: run
|
||||
run: build
|
||||
|
Loading…
Reference in New Issue
Block a user