home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume41 / parallel / part01 / Makefile next >
Encoding:
Makefile  |  1993-12-19  |  164 b   |  11 lines

  1. #
  2. #  Makefile file for parallel
  3. #
  4. #  Works on SUNOS based SUNs and MSDOS PCs, don't know about any others.
  5. #
  6.  
  7. all: ptp
  8.  
  9. ptp:
  10.     gcc -o ptp ptp.c parallel.c -DSUN -lm
  11.