Skip to content

Commit

Permalink
基本法
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq committed Jul 26, 2016
1 parent 5ddb711 commit 6eeaad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
core
eru-core
core.yaml
core.yml
.ropeproject
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: golang python deps build

REPO_PATH := gitlab.ricebook.net/platform/core
REVISION := $(shell git rev-parse HEAD || unknown)
GO_LDFLAGS ?= -s -X $(REPO_PATH)/version.REVISION=$(REVISION)
Expand Down

0 comments on commit 6eeaad6

Please sign in to comment.