Subversion Repositories programming

Rev

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 hw04.dvi

run:
        @clisp -repl hw04.lisp