Antoine GIRARD
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
Makefile
|
|
@ -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: |
|
|
|