summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files 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)