all: echo "make db test" db: dropdb cloudstore || true createdb cloudstore SQL=1 ./rsync-piper.pl | psql cloudstore test: ./test.sh