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
Fix makefile generate buildstep (
#5556
)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
tags/v1.7.0-dev
Jonas Franz
GitHub
6 years ago
parent
7f7a2886ee
commit
31bf4c1d89
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -93,7 +93,7 @@ vet:
.PHONY: generate
generate:
@hash go-bindata > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/jteeuwen/go-bindata/
...
; \
$(GO) get -u github.com/jteeuwen/go-bindata/
go-bindata
; \
fi
$(GO) generate $(PACKAGES)
Write
Preview
Loading…
Cancel
Save