home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 1: Collection A
/
17Bit_Collection_A.iso
/
files
/
950.dms
/
in.adf
/
QCal
/
MakeFile
< prev
next >
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-03-09
|
229 b
|
20 lines
# Make file for calender program
cal: cal.o date.o file.o
blink FROM LIB:c.o cal.o date.o file.o TO QCal LIB LIB:lc.lib LIB:amiga.lib
cal.o: cal.c
lc cal.c
date.o: date.c
lc date.c
file.o: file.c
lc file.c