summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2020-11-24 18:33:49 +0100
committerGerman Lashevich2020-11-24 18:33:49 +0100
commiteeea3d00bc8ff6de217a8b008cc25d187f27c4ca (patch)
tree6260ef0e00b6fc14493dad5343897b5104693297
parent48ba7df294ad0c379d7fb9b37dc1b40b851c4bad (diff)
downloadaur-eeea3d00bc8ff6de217a8b008cc25d187f27c4ca.tar.gz
Add cleanup make target
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d91f2cf7e2cc..51132ebe0d2a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,6 @@ update::
install::
makepkg -si
+
+clean::
+ git clean -fdx