Start from clean GIT
This commit is contained in:
commit
e841f14a95
2112 changed files with 6638085 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
.PHONY: all clean
|
||||
|
||||
all: $(DOCUMENTS)
|
||||
|
||||
clean:
|
||||
rm -f *.aux *.blg *.out *.bbl *.log *.snm *.toc *.nav *.pdf *.ps *.dvi
|
Loading…
Add table
Add a link
Reference in a new issue