all: build

build:
	./build.rb make
extract:
	./build.rb extract
clean:
	./build.rb clean

tarball:
	./build.rb tarball

