makefile tweak for testing two different architectures on the same machine

This commit is contained in:
Joel Dice 2007-09-14 08:18:33 -06:00
parent 2ca75d50e6
commit fde79e8569

View File

@ -16,7 +16,7 @@ src = src
classpath = classpath
test = test
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
swt-input = $(cls)/HelloSWT.class