home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CYRIX100.ZIP / CX486DLC / DRAM / MAKEFILE < prev    next >
Encoding:
Text File  |  1994-04-05  |  123 b   |  9 lines

  1. dram.com: dram.c
  2.     cl /AT /Gs /FPi /W3 /WX /Os /G2 /nologo dram.c
  3.  
  4. clean:
  5.     del *.obj
  6.  
  7. spotless: clean
  8.     del dram.com
  9.