twyngled 0.0.1

A specialised terminal Twine client for playing online MUDs
Documentation
default: all

all: deps build test demos

auth:
	@echo "Copy and paste the following in the terminal where you"
	@echo "will be executing cargo commands:"
	@echo
	@echo '    eval $$(ssh-agent -s) && ssh-add'
	@echo

build:
	@cargo build

test:
	@cargo test

demos:
	@cargo run --example=demo

deps:
	@cargo update

publish:
	@cargo publish