Browse Source

makefile updates

tags/nilmtools-1.0
Jim Paris 11 years ago
parent
commit
f8b1a001c3
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      Makefile

+ 8
- 8
Makefile 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: all:
ifeq ($(INSIDE_EMACS), t) ifeq ($(INSIDE_EMACS), t)
@@ -10,12 +10,12 @@ endif


test: test:
@make install >/dev/null @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: test2:
-@nilmtool destroy /lees-compressor/no-leak/raw/4 || true -@nilmtool destroy /lees-compressor/no-leak/raw/4 || true


Loading…
Cancel
Save