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