DEST_PATH=/usr/local/bin/
all:
	echo 'none'
install:
	cp -f "kiax" $(DEST_PATH)
clean:
	rm -f kiax
