浏览代码

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) "$@"