diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-04-01 15:14:39 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-04-01 15:14:39 -0400 |
commit | 0b447a116d93c6abadb4e70893dae357c0290aa7 (patch) | |
tree | 333e38a7c6e0d8a9a5ef0116f12dbb0822a83ac7 /Makefile | |
parent | 7ba522ae456c76c6d131ecac990815f7d55695d5 (diff) |
passwordless private key translation is now working in a pipeline,
when built with GnuTLS v2.3.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ monkeysphere: main.c gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra clean: - rm monkeysphere + rm -f monkeysphere .PHONY: clean |