aboutsummaryrefslogtreecommitdiff
path: root/newsboat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'newsboat/Makefile')
-rw-r--r--newsboat/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/newsboat/Makefile b/newsboat/Makefile
deleted file mode 100644
index b2f9907..0000000
--- a/newsboat/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
1IMAGE=docker.crute.me/newsboat:latest
2
3all:
4 docker build -t $(IMAGE) .
5
6all-no-cache:
7 docker build --no-cache -t $(IMAGE) .
8
9run:
10 docker run -ti --detach-keys ctrl-@ $(IMAGE)
11
12publish:
13 docker push $(IMAGE)