blob: 29d2357275670fbb1e103a047bbf7035acd0369c [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
.PHONY: test clean
inclusive:
go build
test: inclusive
./inclusive -input=test -output=out
clean:
rm -rf out inclusive