Skip to content

Commit

Permalink
[chore] Add Makefile phonies (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frenzie authored Aug 22, 2019
1 parent 90d585a commit aea69d6
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/ubuntu/baseimage-clang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kobase-clang:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/baseimage-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kobase-python:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/baseimage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kobase:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/koandroid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/koandroid:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/koappimage/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/koappimage:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/kocervantes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kocervantes:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/kokindle/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kokindle:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/kokobo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kokobo:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/kopb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kopb:$(VERSION)

.PHONY: all clean test push shell
2 changes: 2 additions & 0 deletions docker/ubuntu/kout/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ shell:

push:
docker push $(USER)/kout:$(VERSION)

.PHONY: all clean test push shell

0 comments on commit aea69d6

Please sign in to comment.