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/