# $Id: Makefile,v 1.1.1.1 2002/09/12 01:09:48 cry0gen Exp $

all: respond

respond: respond.c
	gcc -g -O2 -Wall -o respond respond.c -lcrypto -ggdb

clean:
	rm -f respond *.core *~
