Skip to content

Commit

Permalink
Merge pull request #420 from austinvazquez/cleanup-stamp-file
Browse files Browse the repository at this point in the history
chore: cleanup stamp on firecracker clean
  • Loading branch information
austinvazquez authored Jul 6, 2022
2 parents 71cb6b2 + 13429fa commit 17b6813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ clean::

distclean: clean
rm -rf $(testdata_objects)
rm -f $(FC_TEST_DATA_PATH)/fc.stamp
rm -rfv $(testdata_dir)
docker volume rm -f $(CARGO_CACHE_VOLUME_NAME)

Expand Down

0 comments on commit 17b6813

Please sign in to comment.