head	1.2;
access;
symbols
	charm6_1:1.2
	charm_6_0_1:1.2
	charm6_0_1:1.2
	charm6_0:1.2;
locks; strict;
comment	@# @;


1.2
date	2007.09.20.20.25.00;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	41d046f2d7064567;

1.1
date	2007.06.25.23.25.18;	author cheelee;	state Exp;
branches;
next	;
commitid	108846804ed14567;


desc
@@


1.2
log
@"all" target added
@
text
@CHARMBIN = ../../bin

all: hello

hello: hello.c
	$(CHARMBIN)/charmc -o hello hello.c -language armci

run: hello
	./charmrun +p2 ./hello

clean:
	rm -f hello charmrun
@


1.1
log
@Added simple working armci example.
@
text
@d3 2
@

