summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-09 11:21:39 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-09 11:21:39 +0100
commitfa97b8ac234c34618d8dca4329bc13e8454b47b4 (patch)
tree60fc522840274e604b0017d026fda891f6833293 /Makefile
parentac26f6871061554db77a393cb1886a71b668a580 (diff)
Do not remove the whole workdir/* on 'make clean'
Also solver/$INPATH is subset of */$INPATH.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84d8c4625d5a..df5b638a1d26 100644
--- a/Makefile
+++ b/Makefile
@@ -300,8 +300,6 @@ clean: clean-host clean-build
clean-host:
rm -fr $(SRCDIR)/*/$(INPATH)
- rm -fr $(SRCDIR)/workdir/*
- rm -fr $(SRCDIR)/solver/$(INPATH)
rm -fr install
clean-build: