From c48b58ca9ca4f0a54e896d366b7c6e41ec9d175e Mon Sep 17 00:00:00 2001 From: ekzyis Date: Thu, 23 Nov 2023 00:15:44 +0100 Subject: [PATCH] Fix Makefile ignoring main.go --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4108322..e89aeb1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build run test -SOURCE := $(shell find db env lib lnd pages public server -type f) +SOURCE := $(shell find db env lib lnd pages public server -type f) main.go build: delphi.market