Skip to content

Commit 4dd3806

Browse files
Update Makefile #44
1 parent 08ea861 commit 4dd3806

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ download_demo_data:
1919
run:
2020
./.sidekickvenv/bin/python3 start.py
2121

22+
clean:
23+
rm -rf ./db
24+
rm -rf .var
25+
2226
cloud_bundle:
2327
h2o bundle -L debug 2>&1 | tee -a h2o-bundle.log

0 commit comments

Comments
 (0)