cleanup minor things

This commit is contained in:
2021-08-20 15:05:50 -05:00
parent 4b859492c1
commit 01d2afb3dd
9 changed files with 41 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ all:
clean:
rm -rf target
rm -rf test.db*
rm -rf demo.db*
build:
cargo build
@@ -15,7 +15,7 @@ test:
up:
docker-compose up -d
rm -rf test.db*
rm -rf demo.db*
down:
docker-compose down