TARGET=hg-wolp

build:
	mkdir -p bin
	hare build -o bin/${TARGET} -ltermbox cmd/"${TARGET}.ha"

clean:
	rm -rf bin