diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-02 19:35:30 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-02 19:35:30 +0000 |
commit | c28994868efd1da6259f805984cc93135bd74a3a (patch) | |
tree | 19b3d24056310a52844e4ac192af8221817bdfa7 | |
parent | a49800c86aeceddedd1b876a125276f9e8ff0baa (diff) |
update clean target
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index 5fd7149..0efddad 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -69,8 +69,8 @@ invalid.cert.pem: cert.pem clean: rm -f *.o iri_test cert.pem key.pem rm -f localhost.cert.pem localhost.key.pem - rm -f testca.* valid.csr valid.key invalid.*pem - rm -rf testdata fill-file puny-test gg + rm -f testca.* valid.csr valid.key valid.crt invalid.*pem + rm -rf testdata fill-file puny-test gg fcgi-test testdata: fill-file mkdir testdata |