1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-25 07:27:52 +02:00
tmux-fingers/Makefile

7 lines
172 B
Makefile
Raw Normal View History

2020-05-02 11:45:56 +02:00
default:
docker build . -t fingers
shell: default
2023-09-13 16:40:08 +02:00
docker run -it --rm -v $(shell pwd):/app fingers bash
2023-09-18 17:38:28 +02:00
echo "Rebuilding tmux-fingers ..." && shards build --production