diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sort/Makefile b/tests/sort/Makefile index 50c63992c..5cecb129c 100644 --- a/tests/sort/Makefile +++ b/tests/sort/Makefile @@ -14,6 +14,6 @@ distclean: .PHONY: clean clean: distclean -.PHONY: realclean -realclean: clean +.PHONY: realclean maintainer-clean +maintainer-clean realclean: clean rm -f run-tests t*.in t*.exp t*.err |