hos/apps/Makefile

6 lines
105 B
Makefile

all:
make -C hash
nasm -f bin -l test1.lst test1.asm -o test1.app
nasm -f bin test2.asm -o test2.app