diff options
| author | Micah Anderson <micah@riseup.net> | 2008-06-18 23:35:20 -0400 |
|---|---|---|
| committer | Micah Anderson <micah@riseup.net> | 2008-06-18 23:35:20 -0400 |
| commit | 308aa104f66a40f2426c13b96f48631937502f6b (patch) | |
| tree | 55e1b1427ba23750b0c239e5d43fc3ffa49b0293 /gpg2ssh/Makefile | |
| parent | a9a56853a27e1dbce3c48af327b0adff0e4c38e0 (diff) | |
| parent | 9c94e937fbe8beb56956365cac07d6eff45215cd (diff) | |
Merge commit 'dkg/master'
Conflicts:
doc/MonkeySpec
Diffstat (limited to 'gpg2ssh/Makefile')
| -rw-r--r-- | gpg2ssh/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gpg2ssh/Makefile b/gpg2ssh/Makefile deleted file mode 100644 index aa18aaa..0000000 --- a/gpg2ssh/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -monkeysphere: main.c gnutls-helpers.o - gcc -g -Wall --pedantic -o monkeysphere main.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o - -gpg2ssh: gpg2ssh.c gnutls-helpers.o - gcc -g -Wall --pedantic -o gpg2ssh gpg2ssh.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o - -ssh2gpg: ssh2gpg.c gnutls-helpers.o - gcc -g -Wall --pedantic -o ssh2gpg ssh2gpg.c `libgnutls-config --libs --cflags` -lgnutls-extra gnutls-helpers.o - -%.o: %.c - gcc -g -Wall --pedantic -o $@ -c $< - -clean: - rm -f monkeysphere *.o - -.PHONY: clean |
