home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 4
/
FreshFish_May-June1994.bin
/
bbs
/
gnu
/
emacs-18.59-bin.lha
/
lib
/
emacs
/
18.59
/
etc
/
smakefile
< prev
next >
Wrap
Makefile
|
1993-10-02
|
366b
|
18 lines
all: etags sh wakeup make-docfile # env
env: amiga-env.c
echo "'sc link to env nostkchk amiga-env.c' should work (but doesn't)."
echo "You're welcome to try ..."
make-docfile: make-docfile.c
sc link make-docfile.c
sh: sh.c
sc link sh.c
wakeup: wakeup.c
sc link wakeup.c
etags: etags.c
sc link idir //unix/include def ETAGS etags.c lib //unix/src/unix.lib