home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 277_01 / hp.mk < prev    next >
Text File  |  1988-11-15  |  128b  |  12 lines

  1. # hp
  2.  
  3. CFLAGS= -O
  4.  
  5. hp:    hp.o tekdecode.o
  6.     cc -s hp.o tekdecode.o -o hp
  7.  
  8. tekdecode.o:    tek4.h
  9.  
  10. clean:
  11.     rm -f *.o
  12.