summaryrefslogtreecommitdiff
path: root/libcult/makefile
blob: 64c9286f16e42305f725954c8b95584b48828ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : makefile
# author    : Boris Kolpackov <boris@kolpackov.net>
# copyright : Copyright (c) 2005-2010 Boris Kolpackov
# license   : GNU GPL v2; see accompanying LICENSE file

include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make

default   := $(out_base)/
clean     := $(out_base)/.clean

$(default): $(out_base)/cult/ $(out_base)/examples/
$(clean): $(out_base)/cult/.clean $(out_base)/examples/.clean

$(call import,$(src_base)/cult/makefile)
$(call import,$(src_base)/examples/makefile)