From: fredrik@DOLDA2000.COM Date: Fri, 29 Apr 2005 18:39:49 +0000 (+0000) Subject: Added the compile-command to the source. X-Git-Url: http://dolda2000.com/gitweb/?p=icmp-dn.git;a=commitdiff_plain;h=ecbdf1d6919d66a9da85fad6045667f0cc0bd921 Added the compile-command to the source. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@231 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/idnlookup.c b/idnlookup.c index 39c95d7..e97f62f 100644 --- a/idnlookup.c +++ b/idnlookup.c @@ -1,5 +1,6 @@ /* * idnlookup - ICMP Domain Name lookup utility for Linux + * Should be installed SUID root, even though I don't know if it's secure yet. :-) * Copyright (C) 2005 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify @@ -272,3 +273,9 @@ int main(int argc, char **argv) return(0); } + +/* + * Local Variables: + * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c" + * End: + */