]> www.dolda2000.com Git - icmp-dn.git/commitdiff
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 1dfb0286b5be139234e2d7a5d4c97c4388ff6219..339f7aaefaa91e406428e75b92d0e39adb285042 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:
+ */