Merge branch 'main' into feature/local_styles

This commit is contained in:
Harel M
2024-11-06 13:08:48 +02:00
committed by GitHub
+3 -3
View File
@@ -32,9 +32,9 @@ $(GOBIN)/rice:
# Embed the current version number in the executable by writing version.go # Embed the current version number in the executable by writing version.go
.PHONY: version.go .PHONY: version.go
version.go: version.go:
@echo "// DO NOT EDIT: Autogenerated by Makefile\n" > version.go @printf "// DO NOT EDIT: Autogenerated by Makefile\n" > version.go
@echo "package main\n" >> version.go @printf "package main\n" >> version.go
@echo "const Version = \"$(VERSION)\"" >> version.go @printf "const Version = \"$(VERSION)\"\n" >> version.go
rice-box.go: $(GOBIN)/rice editor/pull_release rice-box.go: $(GOBIN)/rice editor/pull_release
$(GOBIN)/rice embed-go $(GOBIN)/rice embed-go