home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume2
/
autopun
/
Makefile
< prev
next >
Wrap
Makefile
|
1987-11-25
|
241b
|
9 lines
autopun: autopun.o phoneme.o
cc -o autopun autopun.o phoneme.o
phoneme.o: phoneme.c phoneme.h
autopun.o: autopun.c phoneme.h
clean:
-rm -f autopun.o phoneme.o
shar:
shar -a autopun.man autopun.c phoneme.h phoneme.c Makefile >autopun.shar