
error:
	@echo 'ERROR: The purpose of this makefile is to create a type-word list to stdout'
	@echo 'try make twlist'

twlist:
	@gunzip < kimmo.twlist.gz

