This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
nilmdb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
64
Wiki
Activity
Browse Source
Add gitclean target to Makefile
tags/nilmdb-1.0
Jim Paris
9 years ago
parent
810eac4e61
commit
6c30e5ab2f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile
+ 3
- 0
Makefile
View File
@@ -27,4 +27,7 @@ clean::
rm -rf nilmdb.egg-info/ build/ nilmdb/server/*.so MANIFEST.in
make -C docs clean
gitclean::
git clean -dXf
.PHONY: all build dist sdist install docs lint test clean
Write
Preview
Loading…
Cancel
Save