mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
14 lines
218 B
Makefile
14 lines
218 B
Makefile
|
|
DIAG=diag.log
|
|
BTEST=../../../auxil/btest/btest
|
|
|
|
all: update-traces
|
|
@rm -f $(DIAG)
|
|
@$(BTEST) -f $(DIAG)
|
|
|
|
brief: update-traces
|
|
@rm -f $(DIAG)
|
|
@$(BTEST) -b -f $(DIAG)
|
|
|
|
update-traces:
|
|
../scripts/update-traces Traces
|