4 lines
37 B
Makefile
4 lines
37 B
Makefile
all:
|
|
nasm -f bin hash.asm -o hash
|
|
|
all:
|
|
nasm -f bin hash.asm -o hash
|
|
|