blob: 32227b5672a6a62fa9d143e9c42e01d77bb48add (
plain)
1
2
3
4
5
6
7
8
9
|
# file : build/dir.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
.PRECIOUS: %/.
%/. :
$(call message,,mkdir -p $*)
|