Build updates

This commit is contained in:
Linus Probert 2018-10-23 11:01:35 +02:00
parent dd77f29e98
commit 7e71fcc773
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ all:
@make -sC _build/debug
.PHONY: all
release:
@make -sC _build/release
.PHONY: release
clean:
@make clean -sC _build/debug
@make clean -sC _build/release