From aea69d62b158dbfbf925e8fa22757848861d5d85 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 22 Aug 2019 21:18:27 +0200 Subject: [PATCH] [chore] Add Makefile phonies (#44) Cf. https://github.com/koreader/koreader-base/pull/875 --- docker/ubuntu/baseimage-clang/Makefile | 2 ++ docker/ubuntu/baseimage-python/Makefile | 2 ++ docker/ubuntu/baseimage/Makefile | 2 ++ docker/ubuntu/koandroid/Makefile | 2 ++ docker/ubuntu/koappimage/Makefile | 2 ++ docker/ubuntu/kocervantes/Makefile | 2 ++ docker/ubuntu/kokindle/Makefile | 2 ++ docker/ubuntu/kokobo/Makefile | 2 ++ docker/ubuntu/kopb/Makefile | 2 ++ docker/ubuntu/kout/Makefile | 2 ++ 10 files changed, 20 insertions(+) diff --git a/docker/ubuntu/baseimage-clang/Makefile b/docker/ubuntu/baseimage-clang/Makefile index 925e54c..0af8256 100644 --- a/docker/ubuntu/baseimage-clang/Makefile +++ b/docker/ubuntu/baseimage-clang/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kobase-clang:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/baseimage-python/Makefile b/docker/ubuntu/baseimage-python/Makefile index c54bd64..c253201 100644 --- a/docker/ubuntu/baseimage-python/Makefile +++ b/docker/ubuntu/baseimage-python/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kobase-python:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/baseimage/Makefile b/docker/ubuntu/baseimage/Makefile index 084d39d..c7a30d2 100644 --- a/docker/ubuntu/baseimage/Makefile +++ b/docker/ubuntu/baseimage/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kobase:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/koandroid/Makefile b/docker/ubuntu/koandroid/Makefile index bb99518..66aa29c 100644 --- a/docker/ubuntu/koandroid/Makefile +++ b/docker/ubuntu/koandroid/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/koandroid:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/koappimage/Makefile b/docker/ubuntu/koappimage/Makefile index 8b5b2b1..674d3d3 100644 --- a/docker/ubuntu/koappimage/Makefile +++ b/docker/ubuntu/koappimage/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/koappimage:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/kocervantes/Makefile b/docker/ubuntu/kocervantes/Makefile index 0236b37..8fc6c0f 100644 --- a/docker/ubuntu/kocervantes/Makefile +++ b/docker/ubuntu/kocervantes/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kocervantes:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/kokindle/Makefile b/docker/ubuntu/kokindle/Makefile index 0298800..612dce4 100644 --- a/docker/ubuntu/kokindle/Makefile +++ b/docker/ubuntu/kokindle/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kokindle:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/kokobo/Makefile b/docker/ubuntu/kokobo/Makefile index 6e9505f..0ab59fe 100644 --- a/docker/ubuntu/kokobo/Makefile +++ b/docker/ubuntu/kokobo/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kokobo:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/kopb/Makefile b/docker/ubuntu/kopb/Makefile index ac5b495..c26b91a 100644 --- a/docker/ubuntu/kopb/Makefile +++ b/docker/ubuntu/kopb/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kopb:$(VERSION) + +.PHONY: all clean test push shell diff --git a/docker/ubuntu/kout/Makefile b/docker/ubuntu/kout/Makefile index 50c69f0..06314b9 100644 --- a/docker/ubuntu/kout/Makefile +++ b/docker/ubuntu/kout/Makefile @@ -10,3 +10,5 @@ shell: push: docker push $(USER)/kout:$(VERSION) + +.PHONY: all clean test push shell