mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
makefile tweak for testing two different architectures on the same machine
This commit is contained in:
parent
2ca75d50e6
commit
fde79e8569
2
makefile
2
makefile
@ -16,7 +16,7 @@ src = src
|
|||||||
classpath = classpath
|
classpath = classpath
|
||||||
test = test
|
test = test
|
||||||
jscheme = $(HOME)/p/jscheme-7.2/src
|
jscheme = $(HOME)/p/jscheme-7.2/src
|
||||||
swt = $(HOME)/p/swt-3.3/bin
|
swt = $(HOME)/p/swt-3.3-$(arch)/bin
|
||||||
|
|
||||||
input = $(cls)/GC.class
|
input = $(cls)/GC.class
|
||||||
swt-input = $(cls)/HelloSWT.class
|
swt-input = $(cls)/HelloSWT.class
|
||||||
|
Loading…
Reference in New Issue
Block a user