aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
blob: f5aeba80c7866bdad051481d2b1971d1b78d783a (plain) (blame)
1
2
3
4
5
6
7
TARGET=styleguide-cpp.tex

docs: $(TARGET)
   latex -output-format=pdf $(TARGET)

clean:
   rm -f *.aux *.dvi *.log *.out *.toc