Added framework for note-taking with LaTeX.
[surreal-numbers] / notes / Makefile
# © 2021 Aaron Taylor <ataylor at subgeniuskitty dot com>
# See LICENSE.txt file for copyright and license details.
####################################################################################################
# Globally-mandated options
include ../common/mk.conf
# Run twice to resolve references.
all:
${LATEXCC} ${LATEXCC_FLAGS} notes.tex
${LATEXCC} ${LATEXCC_FLAGS} notes.tex
# Run twice to resolve references.
debug:
${LATEXCC} --interaction=nonstopmode notes.tex
${LATEXCC} --interaction=nonstopmode notes.tex
clean:
@rm -f *.pdf *.aux *.log *.out *.toc
install:
@echo "Look Dave, I can see you're really upset about this. I honestly think you ought to sit down calmly, take a stress pill, and think things over."
uninstall:
@echo "I know I've made some very poor decisions recently, but I can give you my complete assurance that my work will be back to normal. I've still got the greatest enthusiasm and confidence in the mission. And I want to help you."