Skip to content

Commit 02c8c40

Browse files
committed
remove everything in output dir
1 parent 510a11e commit 02c8c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backfill_corrections/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ standardize-dirs:
124124
$(PYTHON) -m delphi_utils set export_dir $(EXPORT_DIR)
125125

126126
clean:
127-
rm -f $(USR_EXPORT_DIR)/*.csv.gz
127+
rm -rf $(USR_EXPORT_DIR)/*
128128

129129
coverage:
130130
Rscript -e 'covr::package_coverage("delphiBackfillCorrection")'

0 commit comments

Comments
 (0)