Added the compile-command to the source.
[icmp-dn.git] / 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:
+ */