home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / commands / assgndev.lzh / ASSIGNDEV / MAKEFILE < prev    next >
Text File  |  1991-08-16  |  109b  |  6 lines

  1. LIBS=-lc
  2. OBJS=assigndev.o misc.o fprints.o simplestartup.o
  3.  
  4. assigndev:    $(OBJS)
  5.     ln $(OBJS) $(LFLAGS) $(LIBS)
  6.