diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index a9bb0f3dc5..c224504307 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -72,4 +72,4 @@ test2: done clean: - rm -f *~ *.o $(TESTS) + rm -f *~ *.o test-i386.out test-i386.ref $(TESTS) |