summaryrefslogtreecommitdiff
path: root/src/keytrans/Makefile
blob: 79602efa6c2fc7da11ff5d5e2d3e1f23c7a6f6f1 (plain)
  1. allopenpgp2ssh
  2. openpgp2ssh: openpgp2ssh.c gnutls-helpers.o
  3. gcc -g -Wall --pedantic -o openpgp2ssh openpgp2ssh.c `libgnutls-config --libs --cflags` gnutls-helpers.o
  4. %.o: %.c
  5. gcc -g -Wall --pedantic -o $@ -c $<
  6. clean:
  7. rm -f openpgp2ssh *.o
  8. .PHONY: clean all