aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/quicksort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/quicksort/Makefile')
-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