Skip to content

Commit

Permalink
root/Makefile: forward install target to src/
Browse files Browse the repository at this point in the history
- some OSes match the target with local file INSTALL
  • Loading branch information
miconda committed Dec 7, 2016
1 parent b4ab709 commit 09c3918
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ KSR_DIR ?= src/
# forward the default target
default:
$(MAKE) -C $(KSR_DIR)

.PHONY: install
install:
$(MAKE) -C $(KSR_DIR) "$@"

0 comments on commit 09c3918

Please sign in to comment.