zeek/testing/external/scripts/skel/Makefile
Jon Siwek 23ad81400b Rename aux/ to auxil/
Since "aux" is not an allowed file/dir name on Windows.
2020-06-04 15:18:44 -07:00

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