default:
	@gcc *.c -o toka

install:
	@cp bootstrap.toka ~/.toka
	@cp toka /usr/bin
