From 7b33036f9b4ea4ed91f60481a9eed30b8188167c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 19 May 2023 16:06:20 +0200 Subject: Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 701bfb5..0af1ed6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build: mkdir build build/limox: build - go build -o $@ ./... + go build -o $@ xengineering.eu/limox .PHONY: clean debug install -- cgit v1.2.3-70-g09d2