Skip to content

Commit cb9052f

Browse files
committed
Align line continuation character
1 parent c9a12f5 commit cb9052f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ test-rules: libpsl-libicu
99

1010
test-syntax:
1111
@
12-
cd linter; \
12+
cd linter; \
1313
./pslint_selftest.sh; \
1414
./pslint.py ../public_suffix_list.dat;
1515

1616
libpsl-config:
1717
@
18-
test -d libpsl || git clone --depth=1 https://github.com/rockdaboot/libpsl; \
19-
cd libpsl; \
20-
git pull; \
21-
echo "EXTRA_DIST =" > gtk-doc.make; \
22-
echo "CLEANFILES =" >> gtk-doc.make; \
23-
autoreconf --install --force --symlink; \
18+
test -d libpsl || git clone --depth=1 https://github.com/rockdaboot/libpsl; \
19+
cd libpsl; \
20+
git pull; \
21+
echo "EXTRA_DIST =" > gtk-doc.make; \
22+
echo "CLEANFILES =" >> gtk-doc.make; \
23+
autoreconf --install --force --symlink;
2424

2525
# Test PSL data with libicu (IDNA2008 UTS#46)
2626
libpsl-libicu: libpsl-config

0 commit comments

Comments
 (0)