makefile updates

This commit is contained in:
Jim Paris 2013-04-03 21:02:42 -04:00
parent 7e88da3c26
commit f8b1a001c3

View File

@ -1,5 +1,5 @@
URL="http://bucket.mit.edu:8080/nilmdb"
#URL="http://localhost/nilmdb"
#URL="http://bucket.mit.edu:8080/nilmdb"
URL="http://localhost/nilmdb"
all:
ifeq ($(INSIDE_EMACS), t)
@ -10,12 +10,12 @@ endif
test:
@make install >/dev/null
# nilmtool -u ${URL} destroy /test/foo
# nilmtool -u ${URL} create /test/foo float32_3
# nilmtool -u ${URL} remove /test/foo -s min -e max
python src/sinefit.py \
-u ${URL} -c 4 -f 60 \
/lees-compressor/no-leak/raw/1 /test/foo
src/prep.py -c 3 \
/lees-compressor/no-leak/raw \
/lees-compressor/no-leak/sinefit \
/lees-compressor/no-leak/prep \
-s '2013-02-19 18:00:00' \
-r 0
test2:
-@nilmtool destroy /lees-compressor/no-leak/raw/4 || true