Changeset 1a9592a for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- Apr 4, 2022, 10:12:48 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 7c919559, f2bc9fa
- Parents:
- 37e9c1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
r37e9c1d r1a9592a 24 24 LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error -output-directory=${Build} 25 25 BibTeX = BIBINPUTS=${BibLIB} && export BIBINPUTS && bibtex 26 CFA = cfa 26 27 27 28 # Rules and Recipes … … 54 55 55 56 %-demo: %-demo.cfa 56 cfa$< -o ${Build}/$@57 ${CFA} $< -o ${Build}/$@ 57 58
Note: See TracChangeset
for help on using the changeset viewer.