diff options
author | Nick White <git@njw.name> | 2022-11-11 16:45:07 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-11 16:45:07 +0000 |
commit | eac3d2a6c3302e78b34f4b680b7672d4bb44f9e3 (patch) | |
tree | dd81da7c0133bd16b77182c2e768bfceb28f0096 /cmd/rescribe/makefile | |
parent | 97d34dfecef7b0306b6969ad867d051b9f87fd45 (diff) |
Simplify flatpak build by removing make rule it usedv1.0.1
Diffstat (limited to 'cmd/rescribe/makefile')
-rw-r--r-- | cmd/rescribe/makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/rescribe/makefile b/cmd/rescribe/makefile index f1db3f3..46be367 100644 --- a/cmd/rescribe/makefile +++ b/cmd/rescribe/makefile @@ -28,10 +28,6 @@ dist/linux/rescribe: $(GODEPS) mkdir -p dist/linux GOOS=linux GOARCH=amd64 go build -tags embed -o $@ . -dist/linux/rescribe-nogenerate: $(GODEPS) - mkdir -p dist/linux - GOOS=linux GOARCH=amd64 go build -tags embed -o $@ . - build/darwin_amd64/rescribe: $(GODEPS) go generate mkdir -p build/darwin_amd64 |