Blame | Last modification | View Log | RSS feed
all: @echo 'try the clean, tex, or run targets instead!' clean: latexmk -C rm -f *.out tex: latexmk dvipdfm -p letter hw03.dvi run: @clisp -repl hw03.lisp
all:
@echo 'try the clean, tex, or run targets instead!'
clean:
latexmk -C
rm -f *.out
tex:
latexmk
dvipdfm -p letter hw03.dvi
run:
@clisp -repl hw03.lisp