From e8ffa1aa4dce4bf0a543741be4cd9cfe5088a6eb Mon Sep 17 00:00:00 2001 From: Dieter Reuter Date: Sun, 22 Feb 2015 16:12:39 +0100 Subject: [PATCH] cleanup makefile Conflicts: Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f5cfc38..1aa8490 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,8 @@ -.PHONY: all build push test version - DOCKER_IMAGE_VERSION=0.10.36 DOCKER_IMAGE_NAME=aiko/rpi-node DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) -all: build +default: build build: docker build -t $(DOCKER_IMAGE_TAGNAME) .