mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove spurious file 'del' left after old tests.
Executing old tests leaves an empty file 'del' that doesn't get removed by `make clean`.
This commit is contained in:
parent
6bc8c7be3a
commit
475d0e213c
@ -106,7 +106,8 @@ clean:
|
|||||||
$(RM_ON_START) \
|
$(RM_ON_START) \
|
||||||
valgrind.* \
|
valgrind.* \
|
||||||
.*.swp \
|
.*.swp \
|
||||||
.*.swo
|
.*.swo \
|
||||||
|
del
|
||||||
|
|
||||||
test1.out: .gdbinit test1.in
|
test1.out: .gdbinit test1.in
|
||||||
-rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize
|
-rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize
|
||||||
|
Loading…
Reference in New Issue
Block a user