home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 133 / c / time.mak < prev    next >
Encoding:
Text File  |  1987-04-17  |  107 b   |  8 lines

  1. time.ttp: time.o
  2.     rm time.ttp
  3.     link time
  4.     mv time.prg time.ttp
  5.  
  6. time.o: time.c
  7.         cc -c time.c
  8.