Makefile src wrapper.
This commit is contained in:
parent
759aa9b98d
commit
91a70ebb46
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -34,3 +34,7 @@ static:
|
|||
.PHONY: clean
|
||||
clean:
|
||||
@make -C src clean
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
@make -C src install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue