home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume7 / make / Makefile < prev    next >
Encoding:
Makefile  |  1986-12-02  |  134 b   |  12 lines

  1. # Makefile for make!
  2.  
  3.  
  4.  
  5. OBJS    =    check.o input.o macro.o main.o \
  6.         make.o reader.o rules.o
  7.  
  8. m:        $(OBJS)
  9.     cc -o m $(OBJS)
  10.  
  11. $(OBJS):    h.h
  12.