Ver Fonte

root/Makefile: forward install target to src/

- some OSes match the target with local file INSTALL
Daniel-Constantin Mierla há 8 anos atrás
pai
commit
09c3918fc7
1 ficheiros alterados com 4 adições e 0 exclusões
  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) "$@"