home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
ctenari
/
Veber
/
src
/
Makefile
< prev
next >
Wrap
Makefile
|
2001-11-09
|
170b
|
10 lines
# Make: Sputnik
#
# You can use it or use bat file
all: sputnik.com
sputnik.com: sputnik.asm macros.asm procs.asm
nasm -o sputnik.com sputnik.asm