aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79a85da..863766a 100644
--- a/Makefile
+++ b/Makefile
@@ -97,4 +97,8 @@ reprepro: ${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options
${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options:
install -D reprepro-conf/$(notdir $@) ${REPOSITORY}/conf/$(notdir $@)
-.PHONY: all init sw rtl reprepro
+clean:
+ git clean -dfx
+ git submodule foreach 'git clean -dfx'
+
+.PHONY: all init sw rtl reprepro clean