This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-NeoIRCd/tools/rsa_respond/Makefile
2002-08-13 14:45:13 +00:00

9 lines
179 B
Makefile

# $Id: Makefile,v 1.2 2002/08/13 14:45:13 fishwaldo Exp $
all: respond
respond: respond.c
gcc -g -O2 -Wall -o respond respond.c -lcrypto -ggdb
clean:
rm -f respond *.core *~