1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
tmux-fingers/Makefile
2023-09-27 15:21:51 +02:00

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