summaryrefslogtreecommitdiffstats
path: root/ffi/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-17 12:29:23 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-17 16:26:28 +0100
commit57d8b2da6ddc83e635cf154ab3e25a54b4619230 (patch)
tree620cfb0f92cfd0d5f5748d904a00e52d569d3f60 /ffi/Makefile
parent3ebd512d9504da98d81e666cb457c0a6d62f27a5 (diff)
ffi: Drop superfluous cleanup of sequoia.pc.
Diffstat (limited to 'ffi/Makefile')
-rw-r--r--ffi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffi/Makefile b/ffi/Makefile
index 64f48235..49420f21 100644
--- a/ffi/Makefile
+++ b/ffi/Makefile
@@ -66,6 +66,5 @@ install:
# Housekeeping.
.PHONY: clean
clean:
- rm -f sequoia.pc
$(MAKE) -Cexamples clean
$(MAKE) -Clang/python clean