home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume2 / dating.pch1 / MAKE.v2 < prev   
Text File  |  1987-11-20  |  395b  |  23 lines

  1. # run with /bin/csh or /bin/sh
  2. # make files to be used by date.v2.p
  3.  
  4. mkdir .date
  5. mv Questions .date/Questions
  6. mv bbase .date/bbase
  7. touch .date/database
  8. touch /tmp/.name
  9.  
  10. cc -c getw.c
  11. pc date.v2.p getw.o
  12. rm *.o
  13. mv a.out datingame
  14.  
  15. chmod 777 .date
  16. chmod 644 .date/Questions
  17. chmod 644 .date/bbase
  18. chmod 666 .date/database
  19. chmod 711 datingame
  20. chmod 666 /tmp/.name
  21.  
  22. echo 'datingame is now installed'
  23.