Add 'install' rule to Makefile
This commit is contained in:
parent
d78eee7113
commit
867472975b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ all:
|
|||
|
||||
install:
|
||||
$(MAKE) -C src install
|
||||
$(MAKE) -C bin install
|
||||
|
||||
clean:
|
||||
$(MAKE) -C src clean
|
||||
|
|
Loading…
Add table
Reference in a new issue