home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
adformat
/
makefile
< prev
next >
Wrap
Makefile
|
1995-02-27
|
191b
|
15 lines
#
# ADFormat Makefile
#
CFLAGS = -bs -hi global.sym -wq
OBJ = adformat.o
adformat: global.sym $(OBJ)
ln -g $(OBJ) -o ADFormat -lc
global.sym: global.h
cc -ho global.sym global.h