Skip to content

Commit c40bc6c

Browse files
committed
Ensure that we only clean up derived files from 'make install'
1 parent a82f985 commit c40bc6c

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
@@ -32,7 +32,7 @@ install : all
3232
$(INSTALL) $(installfiles) $(DESTDIR)$(installdir)
3333

3434
clean :
35-
$(RM) *.0 *.signing_policy *.pem
35+
$(RM) $(targets) *.pem
3636

3737
check : all
3838
openssl verify -CApath . letsencryptauthorityx3.pem

0 commit comments

Comments
 (0)