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

.PRECIOUS: %/.

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