home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume2 / autopun / Makefile < prev    next >
Makefile  |  1987-11-25  |  241b  |  9 lines

  1. autopun: autopun.o phoneme.o
  2.     cc -o autopun autopun.o phoneme.o
  3. phoneme.o: phoneme.c phoneme.h
  4. autopun.o: autopun.c phoneme.h
  5. clean:
  6.     -rm -f autopun.o phoneme.o
  7. shar:
  8.     shar -a autopun.man autopun.c phoneme.h phoneme.c Makefile >autopun.shar
  9.