diff options
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  | 
