From 3a6024e4b35ce0a111ad1a0e2cfd3a91177e0b87 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 30 Oct 2022 11:15:38 +0000 Subject: rescribe: ensure all embed files are correctly listed in makefile --- cmd/rescribe/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/rescribe/makefile b/cmd/rescribe/makefile index 23f17fb..4d06e36 100644 --- a/cmd/rescribe/makefile +++ b/cmd/rescribe/makefile @@ -18,7 +18,7 @@ # perfectly for us. OSXCROSSBIN=$(HOME)/src/osxcross/target/bin -EMBEDS=embed_darwin_amd64.go embed_linux.go embed_windows.go gui.go embed_darwin_arm64.go embed_other.go +EMBEDS=embed_darwin.go embed_darwin_amd64.go embed_darwin_arm64.go embed_linux.go embed_windows.go embed_other.go GODEPS=gui.go main.go $(EMBEDS) all: dist/linux/rescribe dist/darwin/rescribe.zip dist/windows/rescribe.exe -- cgit v1.2.1-24-ge1ad