home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d583
/
worldtime.lha
/
WorldTime
/
makefile
< prev
next >
Wrap
Makefile
|
1992-01-04
|
358b
|
15 lines
#This compiles under Manx Aztec C v5.0d. It looks for a pre-compiled
#include file in the CMD: directory. You will have to have one of these
#or work out the includes yourself.
CFLAGS = -sbo -wu -ff -hiCMD:include.dmp
LFLAGS = +q -m
OBJS = main.o data.o
WorldTime : $(OBJS)
ln $(LFLAGS) detach.oll -O WorldTime $(OBJS) -Lmf -Lc
.c.o:
cc $(CFLAGS) $*.c