Fix Makefile.llvm

This commit is contained in:
z3apa3a 2025-03-15 11:52:33 +03:00
parent 00b3e02e05
commit 9429421314

View File

@ -30,10 +30,10 @@ TYPECOMMAND = cat
COMPATLIBS = COMPATLIBS =
MAKEFILE = Makefile.llvm MAKEFILE = Makefile.llvm
PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin SSLPlugin PLUGINS = utf8tocp1251 WindowsAuthentication TrafficPlugin StringsPlugin PCREPlugin SSLPlugin
VERFILE = 3proxy.res $(VERFILE) VERFILE := 3proxy.res $(VERFILE)
VERSION = $(VERSION) VERSION := $(VERSION)
VERSIONDEP = 3proxy.res $(VERSIONDEP) VERSIONDEP := 3proxy.res $(VERSIONDEP)
BUILDDATE = $(BUILDDATE) BUILDDATE := $(BUILDDATE)
AFTERCLEAN = (find . -type f -name "*.o" -delete && find . -type f -name "*.res" -delete && find src/ -type f -name "Makefile.var" -delete && find bin/ -type f -executable -delete) || true AFTERCLEAN = (find . -type f -name "*.o" -delete && find . -type f -name "*.res" -delete && find src/ -type f -name "Makefile.var" -delete && find bin/ -type f -executable -delete) || true
include Makefile.inc include Makefile.inc