Module: kamailio
Branch: master
Commit: 09c3918fc71c6dec4f843dbf2afd33a6b59b8fd9
URL:
https://github.com/kamailio/kamailio/commit/09c3918fc71c6dec4f843dbf2afd33a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/09c3918fc71c6dec4f843dbf2afd33a…
Patch:
https://github.com/kamailio/kamailio/commit/09c3918fc71c6dec4f843dbf2afd33a…
---
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) "$@"