4bd15e884bf82da7c9a65c00613ee11f70f8f2de
[cloudstore.git] / Makefile
1 all:
2         echo "make db test"
3
4 db:
5         dropdb cloudstore
6         createdb cloudstore
7         SQL=1 ./rsync-piper.pl | psql cloudstore
8
9 test:
10         ./test.sh