mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix windows makefile
This commit is contained in:
@@ -53,7 +53,7 @@ all: $(DLL)
|
||||
dll: $(DLL)
|
||||
|
||||
mod_security2_config.h: mod_security2_config.hw
|
||||
@type mod_security2_config.hw > mod_security2_config.h
|
||||
@type mod_security2_config.hw > modsecurity_config.h
|
||||
|
||||
.c.obj:
|
||||
$(CC) $(CFLAGS) -c $< -Fo$@
|
||||
|
Reference in New Issue
Block a user