From 742b3a6db00cd0179b544635bb19fbc8f02824cd Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 30 Apr 2024 21:35:36 +0300 Subject: [PATCH] nfqws: Makefile do not remove *.o on clean --- nfq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq/Makefile b/nfq/Makefile index 8cb0402..9a8ec28 100644 --- a/nfq/Makefile +++ b/nfq/Makefile @@ -27,4 +27,4 @@ cygwin: $(CC) -s $(CFLAGS) $(CFLAGS_CYGWIN) -o winws $(SRC_FILES) $(LDFLAGS) $(LIBS_CYGWIN) winmanifest.o clean: - rm -f nfqws dvtws winws.exe *.o + rm -f nfqws dvtws winws.exe