tmux-fingers/Makefile

7 lines
172 B
Makefile

default:
docker build . -t fingers
shell: default
docker run -it --rm -v $(shell pwd):/app fingers bash
echo "Rebuilding tmux-fingers ..." && shards build --production