From a32f7d12dd55bee3541d17e3a5467853cd4162e8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 6 Jul 2015 08:50:27 -0400 Subject: Automatic loading of the bitstream would probably work better if we installed the script that does it. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3