home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
cnews.orig.lzh
/
hfake
/
Makefile
next >
Wrap
Makefile
|
1989-06-27
|
249b
|
16 lines
I = ../include
# beware -- build knows about NEEDED
NEEDED = ../include/stdlib.h ../include/string.h
all: $(NEEDED)
$(I)/stdlib.h: stdlib.h
cp stdlib.h $@
$(I)/string.h: string.h
cp string.h $@
$(I)/sys/timeb.h: timeb.h
cp timeb.h $@
clean: