You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
13 lines
199 B
Makefile
13 lines
199 B
Makefile
## top-level Makefile.am
|
|
|
|
clean-local:
|
|
cd pcre && $(MAKE) $(AM_MAKEFLAGS) clean
|
|
|
|
#Build in these directories:
|
|
SUBDIRS = yajl udis86 src
|
|
|
|
#Distribute these directories:
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
|