home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
source
/
thesource7.lha
/
Source
/
polyfit.lha
/
polyfit
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1990-05-04
|
148 b
|
12 lines
D = -O
CFLAGS = $(D) $(FLOAT)
FLOAT =
MATH = -lm
fit: fit.o mat.o
cc fit.o mat.o $(D) $(FLOAT) -o fit $(MATH)
fit.o: fit.h
mat.o: fit.h