Makefile cleanup; add nilm-trainola binary
This commit is contained in:
parent
57d856f2fa
commit
c62fb45980
9
Makefile
9
Makefile
|
@ -8,7 +8,12 @@ else
|
|||
@echo "Try 'make install'"
|
||||
endif
|
||||
|
||||
test: test_cleanup
|
||||
test:
|
||||
make -C ../nilmrun
|
||||
|
||||
test_trainola:
|
||||
@make install >/dev/null
|
||||
nilmtools/trainola.py
|
||||
|
||||
test_cleanup:
|
||||
nilmtools/cleanup.py -e extras/cleanup.cfg
|
||||
|
@ -69,4 +74,4 @@ clean::
|
|||
gitclean::
|
||||
git clean -dXf
|
||||
|
||||
.PHONY: all version dist sdist install clean gitclean
|
||||
.PHONY: all version dist sdist install clean gitclean test
|
||||
|
|
Loading…
Reference in New Issue
Block a user