Skip to content

Commit 3d40b97

Browse files
authored
make check depends on all
1 parent f02fff5 commit 3d40b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install : all
2525
clean :
2626
$(RM) *.0 *.signing_policy *.pem.txt
2727

28-
check : letsencryptauthorityx3.pem.txt letsencryptauthorityx4.pem.txt
28+
check : all
2929
openssl verify -CApath . letsencryptauthorityx3.pem.txt
3030
openssl verify -CApath . letsencryptauthorityx4.pem.txt
3131

0 commit comments

Comments
 (0)