home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
program
/
d
/
gstream
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-05-08
|
170 b
|
10 lines
# gstream
.SUFFIXES: .c .o
Files = o.gstream o.osstream o.ramstream o.savebox o.xferstream
all: $(files)
.c.o:; cc -c -throwback -IC: $< -o $@