home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d231
/
file.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)