home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
PCGLOVE
/
GLOVE
/
PREVIOUS
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1991-10-28
|
149b
|
9 lines
test.exe: test.obj newglove.obj
tcc test.obj newglove.obj
newglove.obj: newglove.c glove.h
tcc -c newglove
test.obj: test.c glove.h
tcc -c test