Skip to content

Commit

Permalink
makefile: clean: run git clean as root (required to clean build files…
Browse files Browse the repository at this point in the history
… created by root)
  • Loading branch information
nodiscc committed Apr 12, 2020
1 parent 83c0150 commit 616db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_buildenv:
# clear all caches, only required when changing the mirrors/architecture config
clean:
sudo lb clean --all
git clean -di
sudo git clean -di

bump_version:
@last_tag=$$(git tag | tail -n1); \
Expand Down

0 comments on commit 616db3f

Please sign in to comment.