diff options
| author | Nick White <git@njw.name> | 2024-08-22 17:15:44 +0100 |
|---|---|---|
| committer | Nick White <git@njw.name> | 2024-08-22 17:15:44 +0100 |
| commit | d26a1e8a393929ca8fb576ad473135549e45a148 (patch) | |
| tree | 4ac4f3645c39b7be4d68966991001186495411e1 /cmd/rescribe | |
| parent | f41e3fa9bcb3090922cdd8aeef07df4c1a905054 (diff) | |
Update fyne to v2.5.0
Diffstat (limited to 'cmd/rescribe')
| -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 bc177a4..6d1ff77 100644 --- a/cmd/rescribe/makefile +++ b/cmd/rescribe/makefile @@ -31,7 +31,7 @@ dist/linux/rescribe: $(GODEPS) dist/linux/wayland/rescribe: $(GODEPS) go generate - mkdir -p dist/linux + mkdir -p dist/linux/wayland GOOS=linux GOARCH=amd64 go build -tags embed,wayland -o $@ . build/darwin_amd64/rescribe: $(GODEPS) |
