initial cleanup and mapping
This commit is contained in:
18
pins/Makefile
Normal file
18
pins/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
SRC = pins.tex
|
||||
|
||||
|
||||
all: ${SRC}
|
||||
@echo Generating DVI
|
||||
@latex pins.tex
|
||||
|
||||
pins.dvi: pins.tex
|
||||
@latex pins.tex
|
||||
|
||||
pdf: pins.dvi
|
||||
@dvipdf pins.dvi
|
||||
|
||||
|
||||
.PHONEY: clean
|
||||
clean:
|
||||
@rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~
|
Reference in New Issue
Block a user