From 74981c96fd84b8da2be6c8d05b1819021ffce291 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 1 Feb 2018 19:44:08 +0100 Subject: Small changes in the Makefile. --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9131373..70f9462 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *~ *.swp alkobote.de +tmp.txt diff --git a/Makefile b/Makefile index 35da35e..f725d46 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: build +all: run build: go build -- cgit v1.2.3