mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 02:25:40 +08:00
correct afterclean
This commit is contained in:
parent
f6b2f11513
commit
e7672db186
@ -8,8 +8,9 @@ all:
|
||||
|
||||
clean:
|
||||
@$(REMOVECOMMAND) *$(OBJSUFFICS) $(COMPFILES)
|
||||
@cd src && $(MAKE) clean
|
||||
cd ..
|
||||
@cd src
|
||||
$(MAKE) clean
|
||||
@cd ..
|
||||
@$(AFTERCLEAN)
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ VERFILE = 3proxy.res $(VERFILE)
|
||||
VERSION = $(VERSION)
|
||||
VERSIONDEP = 3proxy.res $(VERSIONDEP)
|
||||
BUILDDATE = $(BUILDDATE)
|
||||
AFTERCLEAN = del src/*.res
|
||||
AFTERCLEAN = if exist src\*.res del src\*.res
|
||||
|
||||
include Makefile.inc
|
||||
|
||||
|
@ -30,7 +30,7 @@ COMPATLIBS =
|
||||
VERFILE = 3proxy.res $(VERFILE)
|
||||
VERSIONDEP = 3proxy.res $(VERSIONDEP)
|
||||
PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin FilePlugin SSLPlugin
|
||||
AFTERCLEAN = del src/*.res
|
||||
AFTERCLEAN = del src\*.res
|
||||
|
||||
include Makefile.inc
|
||||
|
||||
|
@ -31,7 +31,7 @@ MAKEFILE = Makefile.msvcARM64
|
||||
PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin FilePlugin
|
||||
VERFILE = 3proxy.res $(VERFILE)
|
||||
VERSIONDEP = 3proxy.res $(VERSIONDEP)
|
||||
AFTERCLEAN = del src/*.res
|
||||
AFTERCLEAN = del src\*.res
|
||||
|
||||
|
||||
include Makefile.inc
|
||||
|
Loading…
Reference in New Issue
Block a user