Ignore:
Timestamp:
Apr 4, 2022, 10:12:48 AM (3 years ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
7c919559, f2bc9fa
Parents:
37e9c1d
Message:

Accepting the new structure, deleting the old

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/Makefile

    r37e9c1d r1a9592a  
    2424LaTeX = TEXINPUTS=${TeXLIB} && export TEXINPUTS && pdflatex -halt-on-error -output-directory=${Build}
    2525BibTeX = BIBINPUTS=${BibLIB} && export BIBINPUTS && bibtex
     26CFA = cfa
    2627
    2728# Rules and Recipes
     
    5455
    5556%-demo: %-demo.cfa
    56         cfa $< -o ${Build}/$@
     57        ${CFA} $< -o ${Build}/$@
    5758
Note: See TracChangeset for help on using the changeset viewer.