home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / TTCP_SDK / hostname / smakefile < prev   
Encoding:
Makefile  |  1996-07-28  |  230 b   |  16 lines

  1.  
  2. TCP  = TERMITE_TCP
  3.  
  4. hostname: hostname.o
  5.     sc link hostname.o to hostname
  6.  
  7. hostname.o: hostname.c
  8.     sc define=$(TCP) hostname.c
  9.  
  10. #
  11. # "smake flush" will delete object files, and executable
  12. #
  13.  
  14. flush:
  15.     -delete hostname \#?.o
  16.