head	1.3;
access;
symbols
	release-1_0:1.2;
locks; strict;
comment	@# @;


1.3
date	99.06.14.02.56.44;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.06.14.02.19.31;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.06.14.01.50.21;	author steve;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Now we can commit!
@
text
@# This is a makefile for a silly project.

hello: hello.o 
	$(CC) -o $@@   hello.o 


clean: 
	rm -f *.o core hello *~


@


1.2
log
@Removed the getworld() function.
@
text
@d1 1
@


1.1
log
@First working version of module hello.
@
text
@d2 2
a3 2
hello: hello.o world.o
	$(CC) -o $@@   hello.o world.o 
@

