Maximilian Blochberger
4 years ago
No known key found for this signature in database
GPG Key ID: A2A8F3CC6591A5FA
2 changed files with
4 additions and
0 deletions
-
.gitignore
-
Makefile
|
@ -7,7 +7,9 @@ dblp/*.gz |
|
|
dblp/*.md5 |
|
|
dblp/*.md5 |
|
|
fixtures/*.json |
|
|
fixtures/*.json |
|
|
graphs/*.dot |
|
|
graphs/*.dot |
|
|
|
|
|
graphs/*.pdf |
|
|
graphs/*.svg |
|
|
graphs/*.svg |
|
|
|
|
|
graphs/*.tex |
|
|
|
|
|
|
|
|
# Python |
|
|
# Python |
|
|
__pycache__ |
|
|
__pycache__ |
|
|
|
@ -11,7 +11,9 @@ all: graphs/citations.svg graphs/sok.svg |
|
|
|
|
|
|
|
|
clean: |
|
|
clean: |
|
|
rm -f graphs/*.dot |
|
|
rm -f graphs/*.dot |
|
|
|
|
|
rm -f graphs/*.pdf |
|
|
rm -f graphs/*.svg |
|
|
rm -f graphs/*.svg |
|
|
|
|
|
rm -f graphs/*.tex |
|
|
|
|
|
|
|
|
.dot.pdf: |
|
|
.dot.pdf: |
|
|
$(DOT) -Tpdf -o$*.pdf $< |
|
|
$(DOT) -Tpdf -o$*.pdf $< |
|
|