Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10384475
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
655 B
Subscribers
None
View Options
diff --git a/Makefile b/Makefile
index 635e333..8387900 100644
--- a/Makefile
+++ b/Makefile
@@ -1,34 +1,34 @@
GOCMD=go
GOINSTALL=$(GOCMD) install
GOBUILD=$(GOCMD) build
GOTEST=$(GOCMD) test
GOGET=$(GOCMD) get
BINARY_NAME=writefreely
all : build
build: deps
- cd cmd/writefreely; $(GOBUILD)
+ cd cmd/writefreely; $(GOBUILD) -v
test:
$(GOTEST) -v ./...
run:
$(GOINSTALL) ./...
$(BINARY_NAME) --debug
deps :
- $(GOGET) ./...
+ $(GOGET) -v ./...
install :
./keys.sh
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-diff
Expires
Sat, Nov 23, 4:44 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3104658
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment