From: fredrik@DOLDA2000.COM Date: Fri, 29 Apr 2005 18:38:56 +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=f82409ddf98fbebc234c4db4eb1dba14a7288b68;hp=df4e01a579663cd726eb2b3c2d5d8800cf2c3f0c Added the compile-command to the source. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@230 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/icmpdnd.c b/icmpdnd.c index 1dfb028..339f7aa 100644 --- a/icmpdnd.c +++ b/icmpdnd.c @@ -279,3 +279,9 @@ int main(int argc, char **argv) close(s6); return(0); } + +/* + * Local Variables: + * compile-command: "gcc -Wall -g -o icmpdnd icmpdnd.c" + * End: + */