Browse Source

Fix Makefile omission

tags/nilmdb-1.3.1
Jim Paris 11 years ago
parent
commit
d827f41fa5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -43,4 +43,4 @@ clean::
gitclean::
git clean -dXf

.PHONY: all version build dist sdist install docs lint test clean
.PHONY: all version build dist sdist install docs lint test clean gitclean

Loading…
Cancel
Save