Subversion Repositories programming

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
430 ira 1
all:
2
	@echo 'try the clean, tex, or run targets instead!'
3
 
4
clean:
5
	latexmk -C
6
	rm -f *.out
7
 
8
tex:
9
	latexmk
10
	dvipdfm -p letter hw04.dvi
11
 
12
run:
13
	@clisp -repl hw04.lisp