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
Awlays build, even when it thinks it's up to date (
#351
)
tags/v1.2.0-rc1
Kim "BKC" Carlbäcker
Lunny Xiao
8 years ago
parent
4e0bddc146
commit
e7a62302e5
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@@ -86,6 +86,7 @@ install: $(wildcard *.go)
.PHONY: build
.PHONY: build
build: $(EXECUTABLE)
build: $(EXECUTABLE)
.PHONY: $(EXECUTABLE)
$(EXECUTABLE): $(wildcard *.go)
$(EXECUTABLE): $(wildcard *.go)
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
go build -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
Write
Preview
Loading…
Cancel
Save