diff options
Diffstat (limited to 'src/rules.in')
| -rwxr-xr-x | src/rules.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rules.in b/src/rules.in new file mode 100755 index 0000000..b998091 --- /dev/null +++ b/src/rules.in @@ -0,0 +1,6 @@ +#!/bin/sh +# Print the absolute path of the canonical Makefile rules shipped +# alongside mkwb. Sites consume it with: +# include $(shell mkwb rules) +# in their top-level Makefile. +echo '@SHAREDIR@/mkwb/site.mk' |
