14 lines
262 B
Makefile
14 lines
262 B
Makefile
# Boost.PropertyTree
|
|
#
|
|
# Copyright (c) 2009 Sebastian Redl
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
all:
|
|
|
|
clean:
|
|
rm -f *_dbg.exe
|
|
rm -f *_rel.exe
|