home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
programm
/
utility
/
bmake15.lzh
/
ben
/
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
|
1991-10-26
|
226 b
|
17 lines
# Makefile for ben.lib
# (c) Copyright 1991 by Ben Eng, All Rights Reserved
#
CC = cc
AS = cc
CFLAGS = -2.0 -ms -r -proto
OBJ = scdir.o basename.o system.o
ben.lib : $(OBJ)
join $(OBJ) as $@
install:
copy ben.lib dlib: