aboutsummaryrefslogtreecommitdiff
path: root/build/dir.make
blob: f2dfc991821f55a23062d31cc54adcd0afcb79f4 (plain)
1
2
3
4
5
6
7
8
9
# file      : build/dir.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

.PRECIOUS: %/.

%/. :
	$(call message,,mkdir -p $*)