nfqws: Makefile do not remove *.o on clean

This commit is contained in:
bol-van 2024-04-30 21:35:36 +03:00
parent b7d34740f9
commit 742b3a6db0

View File

@ -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