home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
455.lha
/
WinMan_v1.0
/
makefile
< prev
next >
Wrap
Makefile
|
1990-12-10
|
268b
|
21 lines
#
# MakeFile for WinMan1.0
#
cf =
lf = NODEBUG
#
# The real make stuff
#
CFLAGS = -v -cms $(cf)
OBJS = WinMan.o
.c.o:
lc $(CFLAGS) $*
WhatIs: $(OBJS) Arg.o
blink from Arg.o+$(OBJS) to WinMan lib lib:lc.lib $(lf)
Arg.o: Arg.asm
asm -iINCLUDEASM: -oArg.o Arg.asm