home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsi
/
sturm
/
makefile.
< prev
next >
Wrap
Makefile
|
1992-09-08
|
211b
|
13 lines
#
# Makefile
#
# command file for make to compile the solver.
solve: main.o sturm.o util.o
cc -o solve main.o sturm.o util.o -lm
clean:
/bin/rm -f main.o sturm.o util.o solve
main.o sturm.o util.o: solve.h