diff options
author | Nick White <git@njw.name> | 2022-10-30 11:15:38 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-10-30 11:15:38 +0000 |
commit | 3a6024e4b35ce0a111ad1a0e2cfd3a91177e0b87 (patch) | |
tree | 774d345fc555970e1c46ab6fe06c6a0912b6780a /cmd | |
parent | ed2073111d0373228c7dfd95dca877bb9420a987 (diff) |
rescribe: ensure all embed files are correctly listed in makefile
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rescribe/makefile | 2 |
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 |