Rev 408 | 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 *.out latexmk -C run: @python PROJ02.py tex: latexmk dvipdfm -p letter p2.dvi
all:
@echo "no all target supported, choose from: clean,run,tex"
clean:
rm -f *.pyc *.out
latexmk -C
run:
@python PROJ02.py
tex:
latexmk
dvipdfm -p letter p2.dvi