diff options
Diffstat (limited to 'test/old/testdir/Makefile')
-rw-r--r-- | test/old/testdir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/old/testdir/Makefile b/test/old/testdir/Makefile index b5ca6a17b0..c55e060f5a 100644 --- a/test/old/testdir/Makefile +++ b/test/old/testdir/Makefile @@ -121,7 +121,8 @@ CLEAN_FILES := *.out \ .*.swo \ .gdbinit \ $(TMPDIR) \ - del + del \ + $(ROOT)/runtime/doc/.*.swp clean: $(RM) -rf $(CLEAN_FILES) |