mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Adding "install-aux" target + updating bro-aux submodule.
And INSTALL file updates + format tweaks.
This commit is contained in:
parent
b813f0498f
commit
5288e7a7c9
3 changed files with 23 additions and 18 deletions
3
Makefile
3
Makefile
|
@ -13,6 +13,9 @@ all: configured
|
|||
install: configured
|
||||
( cd $(BUILD) && make install )
|
||||
|
||||
install-aux: configured
|
||||
( cd $(BUILD) && make install-aux )
|
||||
|
||||
clean: configured docclean
|
||||
( cd $(BUILD) && make clean )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue