blob: f9c28f81440c26bc76444af27ec8ac0a1527b087 [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_MiniJailVfsNamespace.cc
TARGET = ../platform_MiniJailVfsNamespace
LDFLAGS = -lbase -lpthread -lrt
all: $(TARGET)
$(TARGET): $(SRCS)
$(CXX) -O3 -o $@ $^ -Wall $(LDFLAGS)
clean:
$(RM) $(TARGET)