Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12217397
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
637 B
Subscribers
None
Makefile
View Options
GITREV=`git describe --tags`
LDFLAGS=-ldflags="-X 'github.com/writeas/writefreely.softwareVer=$(GITREV)'"
GOCMD=go
GOINSTALL=$(GOCMD) install $(LDFLAGS)
GOBUILD=$(GOCMD) build $(LDFLAGS)
GOTEST=$(GOCMD) test $(LDFLAGS)
GOGET=$(GOCMD) get
BINARY_NAME=writefreely
all : build
build: deps
cd cmd/writefreely; $(GOBUILD) -v
test:
$(GOTEST) -v ./...
run:
$(GOINSTALL) ./...
$(BINARY_NAME) --debug
deps :
$(GOGET) -v ./...
install : build
cmd/writefreely/$(BINARY_NAME) --gen-keys
cd less/; $(MAKE) install $(MFLAGS)
ui : force_look
cd less/; $(MAKE) $(MFLAGS)
clean :
cd less/; $(MAKE) clean $(MFLAGS)
force_look :
true
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Thu, Oct 30, 2:31 AM (15 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3461116
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment