home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume2
/
dating
/
Makefile
< prev
next >
Wrap
Makefile
|
1987-10-26
|
336b
|
21 lines
# crude makefile for datingame (none supplied with original source)
#
v1: date.v1.p
pc date.v1.p
mv a.out datingame
touch v1
install-v1: v1
touch database
v2: getw.o date.v1.p
pc date.v2.p getw.o
mv a.out datingame
touch v2
install-v2: v2
mkdir .date
cp Questions .date/Questions
cp bbase .date/bbase
touch .date/database