diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-04 22:46:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-04 22:46:30 (EDT) |
commit | 7f92d13705cd66916f9e55cfb01f6713cea26fd6 (patch) | |
tree | 170c48202c820f83db229aced838b673d5fba438 /build |
Initial commit.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +nop: + @: + +# POSIX.1-2008: +# If the pathname does not begin with a '/' it shall be treated as relative to +# the current working directory of the process, not relative to the directory +# containing the makefile. +include ../source.mk |