
#==============================================================================#
# $Id: Makefile,v 1.1 2003/02/03 05:54:41 yuya Exp $
#==============================================================================#

hello.brb: hello.rb
	brbcmp.rb hello.rb

execute: hello.brb
	brbexe.rb hello.brb

clean:
	rm hello.brb

#==============================================================================#
#==============================================================================#
