home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
desklib
/
Libraries
/
Save
/
Makefile
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-04-24
|
208 b
|
14 lines
# Project: SaveLib
.SUFFIXES: .c .o
CC = cc
CCFlags = -c -IC: $(x_cflags)
Files = o.Save
SaveLib: $(Files)
$(do)
.c.o:; $(CC) $(CCflags) $< -o $@