This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Really use go install on make install
master
Thomas Boerger
8 years ago
parent
b6b616b336
commit
cc8c57458f
No known key found for this signature in database
GPG Key ID:
5A388F55283960B6
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+ 2
- 2
Makefile
View File
@@ -66,8 +66,8 @@ test:
check: test
.PHONY: install
install: $(
BIN)/$(EXECUTABLE
)
cp $< $(GOPATH)/bin/
install: $(
wildcard *.go
)
go install -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)'
.PHONY: build
build: $(BIN)/$(EXECUTABLE)
Write
Preview
Loading…
Cancel
Save