فهرست منبع

root/Makefile: forward install target to src/

- some OSes match the target with local file INSTALL
Daniel-Constantin Mierla 8 سال پیش
والد
کامیت
09c3918fc7
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -16,3 +16,7 @@ KSR_DIR ?= src/
 # forward the default target
 default:
 	$(MAKE) -C $(KSR_DIR)
+
+.PHONY: install
+install:
+	$(MAKE) -C $(KSR_DIR) "$@"