Subversion Repositories programming

Rev

Rev 402 | Blame | Compare with Previous | Last modification | View Log | RSS feed

all:
        @echo "no all target supported, choose from: clean,run,tex"

clean:
        rm -f *.pyc *.svg *.png *.out
        latexmk -C

run:
        python HW01.py

tex:
        latexmk
        dvipdfm -p letter p1.dvi