From 312a49d838cab791818dd09b72533ddc6dcb82cb Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sun, 23 Feb 2025 14:59:35 -0500 Subject: [PATCH] fix make dependencies --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d798906..79db37b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ -why: +why: *.go go.mod go.sum noise.png go build . why.app: why go tool appify -author "David Ashby" -id "in.yetaga.why" -name "why" ./why + rm why.app/Contents/README