mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
16 lines
176 B
Makefile
16 lines
176 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
|
|
SUBDIRS = \
|
|
simple_example_using_c \
|
|
multiprocess_c
|
|
|
|
# make clean
|
|
CLEANFILES =
|
|
|
|
# make maintainer-clean
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|
|
|