home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume3
/
jumble2
/
Makefile
< prev
next >
Wrap
Makefile
|
1988-02-19
|
258b
|
11 lines
# simple makefile for jumble
jumble: jumble.c
cc -o jumble jumble.c
install: jumble
cp jumble /usr/games
# note: this path is wired into the code
# edit it if you change the path
touch /usr/games/lib/jumble.score
chmod 666 /usr/games/lib/jumble.score