blob: e43330b23ca2aa53aaf43876be0fa9e6d33af0bb [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.
SRCS = platform_MiniJailCmdLine.cc
TARGET = ../platform_MiniJailCmdLine
LDFLAGS =
all: $(TARGET)
$(TARGET): $(SRCS)
$(CXX) -O3 -o $@ $^ -Wall $(LDFLAGS)
clean:
$(RM) $(TARGET)