aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/micro-bunzip
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/micro-bunzip')
-rw-r--r--test/monniaux/micro-bunzip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/monniaux/micro-bunzip/Makefile b/test/monniaux/micro-bunzip/Makefile
index a9776b6c..bd317980 100644
--- a/test/monniaux/micro-bunzip/Makefile
+++ b/test/monniaux/micro-bunzip/Makefile
@@ -39,3 +39,7 @@ testfile.txt.2gcc testfile.txt.gcc.out: testfile.txt micro-bunzip.gcc.k1c
testfile.txt.2host: testfile.txt micro-bunzip.host
bzip2 <testfile.txt | valgrind ./micro-bunzip.host > testfile.txt.2host
+clean:
+ rm -f *.k1c *.out test*txt*
+
+.PHONY: clean