[PATCH ucspi-vsock] Makefile: remove vsock{server,client}.o in clean
18 Mar
2021
18 Mar
'21
12:11 a.m.
--- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f11b64..07ff09b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# SPDX-FileCopyrightText: 2020 Alyssa Ross <hi@alyssa.is> +# SPDX-FileCopyrightText: 2020-2021 Alyssa Ross <hi@alyssa.is> .POSIX: @@ -27,5 +27,6 @@ vsockclient.o: env.h log.h util.h vsock.h vsockserver.o: env.h log.h util.h vsock.h clean: - rm -f env.o log.o util.o vsock.o vsockclient vsockserver + rm -f env.o log.o util.o vsock.o \ + vsockclient.o vsockclient vsockserver.o vsockserver .PHONY: clean -- 2.30.0
1844
Age (days ago)
1844
Last active (days ago)
2 comments
2 participants
participants (2)
-
Alyssa Ross -
Cole Helbling