diff options
author | xengineering <me@xengineering.eu> | 2023-05-25 20:42:57 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-05-25 20:42:57 +0200 |
commit | f1633a2ab8cb10cb49642c16700379270fb9dc99 (patch) | |
tree | 1a54dc07fdfab8c658e99a51901ee460a300c0ba /Makefile | |
parent | bfffca845be49cc2a113602cd994a2f430b95f58 (diff) | |
download | limox-f1633a2ab8cb10cb49642c16700379270fb9dc99.tar limox-f1633a2ab8cb10cb49642c16700379270fb9dc99.tar.zst limox-f1633a2ab8cb10cb49642c16700379270fb9dc99.zip |
Add Golang race detector to debug runs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ clean: rm -rf $(BUILDDIR) debug: - go run $(LIMOX_GO_PACKAGE) + go run -race $(LIMOX_GO_PACKAGE) install: $(LIMOX) install -Dm 755 $(LIMOX) $(LIMOX_INSTALL) |