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