summaryrefslogtreecommitdiff
path: root/cmd/rescribe/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rescribe/makefile')
-rw-r--r--cmd/rescribe/makefile2
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)