Makefile 104 B

1234567891011
  1. pdf: comprehensive.tex
  2. rubber --into ./build $<
  3. .PHONY: all clean
  4. all: pdf
  5. clean:
  6. rm -rf ./build