Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0822be

Browse files
committed
undo
1 parent79a7d01 commite0822be

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

‎Makefile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
# Usea singlebash shell for each job, and immediately exit on failure
1+
# Use bash, and immediately exit on failure
22
SHELL := bash
33
.SHELLFLAGS := -ceu
4-
.ONESHELL:
54

65
# This doesn't work on directories.
76
# See https://stackoverflow.com/questions/25752543/make-delete-on-error-for-directory-targets
87
.DELETE_ON_ERROR:
98

10-
# Don't print the commands in the file unless you specify VERBOSE. This is
11-
# # essentially the same as putting "@" at the start of each line.
12-
ifndefVERBOSE
13-
.SILENT:
14-
endif
15-
169
ifdefCI
1710
LINTFLAGS := --reporter github-actions-logging
1811
FMTFLAGS := --lint --reporter github-actions-log
@@ -62,9 +55,7 @@ setup: \
6255

6356
# Mutagen resources
6457
$(addprefix$(PROJECT)/Resources/,$(MUTAGEN_RESOURCES)):$(PROJECT)/Resources/.mutagenversion
65-
url="https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$$(basename"$@")"
66-
echo"Downloading from$${url}"
67-
curl -sL$${url} -o"$@"
58+
curl -sL"https://storage.googleapis.com/coder-desktop/mutagen/$(MUTAGEN_VERSION)/$$(basename"$@")" -o"$@"
6859
chmod +x"$@"
6960

7061
$(XCPROJECT):$(PROJECT)/project.yml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp