From 72716408908a58c6fad6ce32fa620b5776b08cb9 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Fri, 2 Feb 2018 13:09:13 +0100 Subject: Improves the makefile. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f725d46..5533155 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ +SOURCE=alkobote.de + all: run -build: +$(SOURCE): go build +build: $(SOURCE) + run: build - ./alkobote.de + ./$(SOURCE) -- cgit v1.2.3