From 4c9035768a138971ec68b053c50431a7bef28457 Mon Sep 17 00:00:00 2001 From: Bill Mill Date: Tue, 21 Jun 2022 16:33:11 -0400 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3f4573..8feaab2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ bin/springerd: cmd/springerd/main.go server/main.go - go build -o bin/springerd ./cmd/springer + go build -o bin/springerd ./cmd/springerd bin/springer: client/main.go - go build -o bin/springer ./cmd/springerd + go build -o bin/springer ./cmd/springer # Use zig as the cc to cross-compile mattn/sqlite for linux #