mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Add/invoke "distclean" for testing directories.
BIT-1292 #close
This commit is contained in:
parent
b0383c22d6
commit
127a61597e
3 changed files with 12 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -48,6 +48,7 @@ bindist:
|
|||
|
||||
distclean:
|
||||
rm -rf $(BUILD)
|
||||
$(MAKE) -C testing $@
|
||||
|
||||
test:
|
||||
@( cd testing && make )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue