diff options
| author | Nick Hopper <hopper@cs.umn.edu> | 2015-03-05 08:46:32 -0600 |
|---|---|---|
| committer | Nick Hopper <hopper@cs.umn.edu> | 2015-03-05 08:46:32 -0600 |
| commit | fd20589a448cd19d036f18cabb1663c33a24375d (patch) | |
| tree | 5f85d43e1584359cf9cdcef7eb9f8bb88a7de0a5 | |
| parent | b17cd1d75981f0c9c56a2bcbc932424724485271 (diff) | |
| download | anonbib-fd20589a448cd19d036f18cabb1663c33a24375d.tar.gz | |
make test now points to tests.py, which exists
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ suggest: $(PYTHON) rank.py suggest anonbib.cfg test: - $(PYTHON) test.py + $(PYTHON) tests.py veryclean: clean rm -f author.html date.html topic.html bibtex.html tmp.bib |
