all:
	@(cd src && make && cp -p units.rb ../lib/numru/)
	@(cd doc && make)

install:
	ruby install.rb

test:
	@(cd src && make test)

distclean: clean

clean:
	@rm -f `find . -name "*~" -print`


syntax highlighted by Code2HTML, v. 0.9.1