Added the compile-command to the source.
authorfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 29 Apr 2005 18:38:56 +0000 (18:38 +0000)
committerfredrik@DOLDA2000.COM <fredrik@DOLDA2000.COM@959494ce-11ee-0310-bf91-de5d638817bd>
Fri, 29 Apr 2005 18:38:56 +0000 (18:38 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@230 959494ce-11ee-0310-bf91-de5d638817bd

icmpdnd.c

index 1dfb028..339f7aa 100644 (file)
--- 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:
+ */