summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-05-19 16:06:20 +0200
committerxengineering <me@xengineering.eu>2023-05-19 16:06:20 +0200
commit7b33036f9b4ea4ed91f60481a9eed30b8188167c (patch)
tree149deb6001ddd0a88a949df689137718e75cc6bb /Makefile
parent6734e960636bc43ad65bd36c8483904fa5fc19c0 (diff)
downloadlimox-7b33036f9b4ea4ed91f60481a9eed30b8188167c.tar
limox-7b33036f9b4ea4ed91f60481a9eed30b8188167c.tar.zst
limox-7b33036f9b4ea4ed91f60481a9eed30b8188167c.zip
Fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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