diff options
| author | xengineering <me@xengineering.eu> | 2023-05-19 16:06:20 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2023-05-19 16:06:20 +0200 |
| commit | 7b33036f9b4ea4ed91f60481a9eed30b8188167c (patch) | |
| tree | 149deb6001ddd0a88a949df689137718e75cc6bb | |
| parent | 6734e960636bc43ad65bd36c8483904fa5fc19c0 (diff) | |
| download | limox-7b33036f9b4ea4ed91f60481a9eed30b8188167c.tar limox-7b33036f9b4ea4ed91f60481a9eed30b8188167c.tar.zst limox-7b33036f9b4ea4ed91f60481a9eed30b8188167c.zip | |
Fix Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ build: mkdir build build/limox: build - go build -o $@ ./... + go build -o $@ xengineering.eu/limox .PHONY: clean debug install |
