aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.extr
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-03-05 09:37:28 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-03-05 09:37:28 +0100
commit70b3b1cb30c9af476d23ceb61d0acd8342d56bfa (patch)
tree46c74a911f96329d62e2f039a744ecd720321498 /Makefile.extr
parent01062b44842657fce0a8bb6542aafb0c1bf0fba4 (diff)
downloadcompcert-70b3b1cb30c9af476d23ceb61d0acd8342d56bfa.tar.gz
compcert-70b3b1cb30c9af476d23ceb61d0acd8342d56bfa.zip
Removed unused target cleansource.
Diffstat (limited to 'Makefile.extr')
-rw-r--r--Makefile.extr4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.extr b/Makefile.extr
index eb578fa9..fed2d78f 100644
--- a/Makefile.extr
+++ b/Makefile.extr
@@ -158,10 +158,6 @@ clean:
rm -f $(GENERATED)
for d in $(ALLDIRS); do rm -f $$d/*.cm[iox] $$d/*.o; done
-cleansource:
- rm -f $(EXECUTABLES)
- for d in $(ALLDIRS); do rm -f $$d/*.cm[iox] $$d/*.o; done
-
# Generation of .depend.extr
depend: $(GENERATED)