home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / ctenari / Veber / src / Makefile < prev    next >
Makefile  |  2001-11-09  |  170b  |  10 lines

  1. # Make:  Sputnik
  2. # You can use it or use bat file
  3. all: sputnik.com
  4.  
  5. sputnik.com: sputnik.asm macros.asm procs.asm
  6.         
  7.     nasm -o sputnik.com sputnik.asm 
  8.  
  9.