xv6-riscv-book
xv6-riscv-book copied to clipboard
Fix build of clean checkout.
Most recent change to makefile for spell checking breaks building from a clean checkout - reverting TEX makefile variable fixes this.
My one-line fix is:
TEX=$(patsubst %,$(T)/%,$(wildcard *.tex))
Thx.