NAME=trainOs

$(NAME):
	nasm -f bin boot.asm -o $(NAME).img
