From 1927a1e641690fa21c61d6e1b949f709c6c9b435 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 20 Oct 2022 20:44:35 +0200 Subject: [PATCH] Add install Install woordklok to ~/bin --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9c6b6bf..82efda7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ default: all all: woordklok + woordklok: woordklok.go go build -o $@ $^ + +install: woordklok + install -m 755 woordklok ~/bin/