blob: fc47c37cd845114153557dbf19c914d0d45a896d [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
all: split_write
split_write: split_write.cc
$(CXX) $(CCFLAGS) -o $@ $<