mirror of
https://github.com/maputnik/editor.git
synced 2026-08-28 16:07:28 +00:00
Compare commits
3 Commits
7179787b46
...
6c9b8583a0
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c9b8583a0 | |||
| dd6b40c943 | |||
| 687f9abaf2 |
+3
-3
@@ -32,9 +32,9 @@ $(GOBIN)/rice:
|
||||
# Embed the current version number in the executable by writing version.go
|
||||
.PHONY: version.go
|
||||
version.go:
|
||||
@echo "// DO NOT EDIT: Autogenerated by Makefile\n" > version.go
|
||||
@echo "package main\n" >> version.go
|
||||
@echo "const Version = \"$(VERSION)\"" >> version.go
|
||||
@printf "// DO NOT EDIT: Autogenerated by Makefile\n" > version.go
|
||||
@printf "package main\n" >> version.go
|
||||
@printf "const Version = \"$(VERSION)\"\n" >> version.go
|
||||
|
||||
rice-box.go: $(GOBIN)/rice editor/pull_release
|
||||
$(GOBIN)/rice embed-go
|
||||
|
||||
Reference in New Issue
Block a user