home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume25
/
input-edit
/
part01
/
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-11-12
|
98 b
|
8 lines
OBJS = testgl.o getline.o
testgl: $(OBJS)
$(CC) -o testgl $(OBJS)
clean:
rm -f $(OBJS) testgl