home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
357.lha
/
intuisup_v1.15
/
examples
/
fileio
/
makefile
next >
Wrap
Makefile
|
1990-03-10
|
329b
|
15 lines
OBJ=test.o window.o
LIB=lib:amiga.lib lib:lcnb.lib lib:isupres.lib
ARG=SC SD BATCH
CCFLAGS=-b0 -ccst -v -O -DISUP_RUNTIME
test: $(OBJ) lib:isupres.lib
blink from lib:a.o $(OBJ) lib $(LIB) to test $(ARG)
test.o: test.c
lc $(CCFLAGS) test
window.o: window.c
lc $(CCFLAGS) window