2020-04-16 10:15:28 +02:00
|
|
|
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a ISC-style
|
|
|
|
|
# license that can be found in the LICENSE file or at
|
|
|
|
|
# https://opensource.org/licenses/ISC
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: ISC
|
2019-02-13 00:12:45 +01:00
|
|
|
MAKETODO_FLAGS=--pip-type bipips_int --re ".*"
|
2018-12-12 06:13:10 +01:00
|
|
|
export FUZDIR=$(shell pwd)
|
|
|
|
|
PIPLIST_TCL=$(FUZDIR)/bipiplist.tcl
|
|
|
|
|
PIP_TYPE?=bipips_int
|
|
|
|
|
include ../int_loop.mk
|
2017-11-21 16:45:56 +01:00
|
|
|
|