home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume7
/
my_wgetstr
/
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
|
1989-06-03
|
128 b
|
7 lines
LIBS= -lcurses -ltermcap
OBJS= example.o my_wgetstr.o
CFLAGS= -s -O
example: $(OBJS)
cc $(CFLAGS) -o example $(OBJS) $(LIBS)