This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
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
make: improve make pr (
#10165
)
tags/v1.21.12.1
Antoine GIRARD
GitHub
5 years ago
parent
08c9160e71
commit
730f026c6e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
Makefile
+ 3
- 3
Makefile
View File
@@ -563,9 +563,9 @@ generate-images:
rm -rf $(TMPDIR)/images
$(foreach file, $(shell find public/img -type f -name '*.png' ! -name 'loading.png'),zopflipng -m -y $(file) $(file);)
.PHONY: pr
pr:
$(GO) run contrib/pr/checkout.go $
(PR)
.PHONY: pr
\#%
pr
\#%
:
$(GO) run contrib/pr/checkout.go $
*
.PHONY: golangci-lint
golangci-lint:
Write
Preview
Loading…
Cancel
Save