blob: e5ddba8863f23a2c4d09904fb70bc8a26307f4b9 [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_MiniJailReadOnlyFS.cc
TARGET = ../platform_MiniJailReadOnlyFS
LDFLAGS = -lbase -lglib-2.0 -lrt -pthread
all: $(TARGET)
$(TARGET): $(SRCS)
$(CXX) -O3 -o $@ $^ -Wall $(LDFLAGS)
clean:
$(RM) $(TARGET)