home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Appls / repeat / Make.proto next >
Encoding:
Text File  |  1990-09-06  |  161 b   |  16 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Makefile prototype for repeat application
  4. #
  5.  
  6. REPEAT=        $(APPLS)/repeat
  7.  
  8. SRCS=        \
  9.         $(REPEAT)/repeat.c
  10.  
  11. all:        repeat
  12.  
  13. _bootstrap:
  14.     @putprogmf repeat $(SRCS)
  15.  
  16.