home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tracerte.zip / makefile.mak < prev    next >
Makefile  |  1995-04-13  |  166b  |  8 lines

  1. CFLAGS=-Ss -q -Si+
  2.  
  3. all: traceroute.exe
  4.  
  5. suffixes: .c.obj
  6.  
  7. traceroute.exe: traceroute.obj getopt.obj
  8.     icc -q traceroute.obj getopt.obj so32dll.lib tcp32dll.lib