6 lines
92 B
Makefile
6 lines
92 B
Makefile
all:
|
|
make -C hash
|
|
nasm -f bin test1.asm -o test1.app
|
|
nasm -f bin test2.asm -o test2.app
|
|
|