blob: ca3eb4c33577165a983d2164e635a92ae9a6cc0a (
plain)
1
2
3
4
5
6
7
8
|
# file : build/dir.make
# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
.PRECIOUS: %/.
%/. :
$(call message,,mkdir -p $*)
|