From 0c603bb35a32931eaf094e6d1a472618e5c24a04 Mon Sep 17 00:00:00 2001 From: Wouter Habets Date: Tue, 28 Mar 2017 21:48:51 +0200 Subject: [PATCH] Fix makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7583332..3d93b36 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ CURRENTDATE=`date +%Y%m%d` -all: pulseaudio +all: build + +build: pulseaudio pulseaudio: docker build -t whhoesj/mopidy:pulseaudio .