Explorar el Código

root/Makefile: forward install target to src/

- some OSes match the target with local file INSTALL
Daniel-Constantin Mierla hace 8 años
padre
commit
09c3918fc7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) "$@"