blob: eee2b2cca6f913ff988ef4beb9be96e75cc419c1 [file] [log] [blame]
# Copyright 2020 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
objective-c-style:
go build
test: objective-c-style
./objective-c-style -input=test -output=out
clean:
rm -rf out objective-c-style