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

Commitef4220a

Browse files
committed
Format makefile
1 parentada188f commitef4220a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎comparison/Makefile‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ encodings.json: ./determine_encodings.py | result-dir
5555
#####################
5656

5757
definerun-detector-lines
58-
$(RESULT_DIR)/$(1)_$(2).json: ./comparison.py encodings.json |\
59-
result-dir
58+
$(RESULT_DIR)/$(1)_$(2).json: ./comparison.py encodings.json | result-dir
6059
python$$< \
6160
--dialect-dir$(DIALECT_DIR) \
6261
--file-dir$(FILE_DIR) \
@@ -69,8 +68,7 @@ $(RESULT_DIR)/$(1)_$(2).json: ./comparison.py encodings.json |\
6968
endef
7069

7170
definerun-detector-full
72-
$(RESULT_DIR)/$(1)_full.json: ./comparison.py encodings.json |\
73-
result-dir
71+
$(RESULT_DIR)/$(1)_full.json: ./comparison.py encodings.json | result-dir
7472
python$$< \
7573
--dialect-dir$(DIALECT_DIR) \
7674
--file-dir$(FILE_DIR) \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp