summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-10-30 11:15:38 +0000
committerNick White <git@njw.name>2022-10-30 11:15:38 +0000
commit3a6024e4b35ce0a111ad1a0e2cfd3a91177e0b87 (patch)
tree774d345fc555970e1c46ab6fe06c6a0912b6780a /cmd
parented2073111d0373228c7dfd95dca877bb9420a987 (diff)
rescribe: ensure all embed files are correctly listed in makefile
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rescribe/makefile2
1 files changed, 1 insertions, 1 deletions
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