From a1bcfe475cae653cbbec96955353ca93373f8f86 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Fri, 14 Mar 2025 19:45:01 +0300 Subject: [PATCH] Update Makefile.win --- Makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.win b/Makefile.win index 32ed2d6..7fc1ee0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -34,3 +34,5 @@ include Makefile.inc allplugins: @list='$(PLUGINS)'; for p in $$list; do cp Makefile Makefile.var plugins/$$p; cd plugins/$$p ; make ; rm *.o ; cd ../.. ; done + +