home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d02xx
/
d0231.lha
/
File
/
makefile
< prev
next >
Wrap
Makefile
|
1989-07-23
|
337b
|
25 lines
#
# makefile for file
#
# Copyright 1989 Edwin Hoogerbeets
#
# This code is freely redistributable as long as no charge other than
# reasonable copying fees is levied for it.
#
CFLAGS=+L
#-n -DDEBUG
LNDEBUG=
#-g
BINDIR=dh0:usr/local/bin
file: file.o
ln file.o $(LNDEBUG) -lc32 -o $@
install: file
cp -f file $(BINDIR)