Fix clean step update for 073.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-02-18 11:25:14 -08:00
parent 6bace67abf
commit 63ab362d2a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ run:
touch run.${XRAY_PART}.ok
clean:
rm -rf build_* run.${XRAY_PART}.ok
rm -rf build_* run.*.ok
.PHONY: database pushdb run clean