aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-06 08:50:27 -0400
committerRob Austein <sra@hactrn.net>2015-07-06 08:50:27 -0400
commita32f7d12dd55bee3541d17e3a5467853cd4162e8 (patch)
tree9c4dfa0b0c3eaf8cf2dad88fcbcfcc5db8253e0b /Makefile
parent422992ed7e625366cea76a93d4318079d4dd99bf (diff)
Automatic loading of the bitstream would probably work better if we
installed the script that does it.
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