Skip to content

Commit

Permalink
Makefile: add real.gitclean target which calls 'git clean -fxd'
Browse files Browse the repository at this point in the history
Ease cleaning up everything. IMOH better then real.clean target

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Apr 11, 2024
1 parent ee1978f commit 8fcf1dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -793,3 +793,5 @@ real.clean:
fi; \
done
cd install && rm -rf -- *
real.gitclean:
git clean -fxd

0 comments on commit 8fcf1dd

Please sign in to comment.