home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsii
/
intersect
/
makefile.
< prev
Wrap
Makefile
|
1992-09-17
|
199b
|
13 lines
CFLAGS = -g -I..
all: intsph.o inttor.o
intsph.o: intsph.c
cc $(CFLAGS) -c intsph.c -o intsph.o
inttor.o: inttor.c
cc $(CFLAGS) -c inttor.c -o inttor.o
clean:
/bin/rm -f intsph.o inttor.o