From 7f92d13705cd66916f9e55cfb01f6713cea26fd6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 04 Apr 2013 22:46:30 -0400 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..a1626e4 --- /dev/null +++ b/build @@ -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 -- cgit v0.9.1