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