fix: Fix makefile
diff --git a/Makefile b/Makefile index 874f6d3768512bba18e5c4a56548a79b7d83f2e5..e498b3570b613b0e1ce10d4b35440036bc63e39d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: build install -Dm755 $(OUT) $(BINDIR)/$(BIN) build: - $(GO_BUILD) -o $(OUT) $(SERVER) + $(GO_BUILD) -o $(OUT) . compress: build upx -1 $(OUT)