home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume2 / dating / Makefile < prev    next >
Makefile  |  1987-10-26  |  336b  |  21 lines

  1. # crude makefile for datingame (none supplied with original source)
  2. #
  3. v1:    date.v1.p
  4.     pc date.v1.p
  5.     mv a.out datingame
  6.     touch v1
  7.  
  8. install-v1:    v1
  9.     touch database
  10.  
  11. v2:    getw.o date.v1.p
  12.     pc date.v2.p getw.o
  13.     mv a.out datingame
  14.     touch v2
  15.  
  16. install-v2: v2
  17.     mkdir .date
  18.     cp Questions .date/Questions
  19.     cp bbase .date/bbase
  20.     touch .date/database
  21.