Skip to content

Commit 795299b

Browse files
committed
add clobber to make file to help with re-running
1 parent a7246e5 commit 795299b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ init ::
1616
pip install --upgrade pip
1717
pip3 install --upgrade -r requirements.txt
1818

19+
20+
make clobber:
21+
rm -rf data/reporting
22+
1923
data/reporting:
2024
mkdir -p data/reporting
2125

0 commit comments

Comments
 (0)