home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
networking
/
misc
/
adt_as225.lha
/
adt
/
SMakefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-10-13
|
121 b
|
12 lines
CFLAGS = OPTIMIZE
LIBS = LIB curses.lib
OBJS = adt.o
all: adt
adt: $(OBJS)
sc $(CFLAGS) LINK TO $@ $(OBJS) $(LIBS)