[sr-dev] git:master:09c3918f: root/Makefile: forward install target to src/
Daniel-Constantin Mierla
miconda at gmail.com
Wed Dec 7 14:40:56 CET 2016
Module: kamailio
Branch: master
Commit: 09c3918fc71c6dec4f843dbf2afd33a6b59b8fd9
URL: https://github.com/kamailio/kamailio/commit/09c3918fc71c6dec4f843dbf2afd33a6b59b8fd9
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-12-07T14:40:06+01:00
root/Makefile: forward install target to src/
- some OSes match the target with local file INSTALL
---
Modified: Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/09c3918fc71c6dec4f843dbf2afd33a6b59b8fd9.diff
Patch: https://github.com/kamailio/kamailio/commit/09c3918fc71c6dec4f843dbf2afd33a6b59b8fd9.patch
---
diff --git a/Makefile b/Makefile
index 04a1215..1a4f4bd 100644
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,7 @@ KSR_DIR ?= src/
# forward the default target
default:
$(MAKE) -C $(KSR_DIR)
+
+.PHONY: install
+install:
+ $(MAKE) -C $(KSR_DIR) "$@"
More information about the sr-dev
mailing list