diff options
| -rw-r--r-- | Makefile.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.local b/Makefile.local new file mode 100644 index 0000000000..f93532b75d --- /dev/null +++ b/Makefile.local @@ -0,0 +1,4 @@ +.PHONY: all +all: + $(MAKE) prefix=$$HOME/local/git all doc + $(MAKE) prefix=$$HOME/local/git install install-doc install-html |
