aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/quicksort
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-19 19:17:46 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-19 19:17:46 +0100
commit0fb339fd9dc30b997c76563271e9b3e3f24db84d (patch)
tree18e593d2fa17de903cc698b93176a1578fa89d6e /test/monniaux/quicksort
parentd70a9e55c3595cf7ee84ca9f3b1d5e272a5e3999 (diff)
downloadcompcert-kvx-0fb339fd9dc30b997c76563271e9b3e3f24db84d.tar.gz
compcert-kvx-0fb339fd9dc30b997c76563271e9b3e3f24db84d.zip
some more example
Diffstat (limited to 'test/monniaux/quicksort')
-rw-r--r--test/monniaux/quicksort/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/quicksort/Makefile b/test/monniaux/quicksort/Makefile
index 1d8913dd..683fbc90 100644
--- a/test/monniaux/quicksort/Makefile
+++ b/test/monniaux/quicksort/Makefile
@@ -35,6 +35,6 @@ quicksort.ccomp.k1c: quicksort.ccomp.k1c.o quicksort_run.gcc.k1c.o
k1-cluster --cycle-based -- $< | tee $@
clean:
- $(RM) -f $(PRODUCTS) quicksort.gcc.k1c.o quicksort.ccomp.k1c.o quicksort_run.gcc.k1c.o
+ $(RM) -f $(PRODUCTS) quicksort.gcc.k1c.o quicksort.ccomp.k1c.o quicksort_run.gcc.k1c.o quicksort_run.gcc.k1c.s
.PHONY: clean