Skip to content

Commit

Permalink
build: Install delegates.
Browse files Browse the repository at this point in the history
  • Loading branch information
OsterlaD committed Sep 23, 2016
1 parent 651b4ea commit aa5cc2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MAKEFLAGS += -s

all: release
ci: lint debug release test
install: install_release

help:
@echo " release: Run a release build"
Expand Down Expand Up @@ -42,4 +43,10 @@ clean:
@echo "[CLEAN]"
@rm -Rf build

install_release: release
@$(MAKE) -C build/Release install

install_debug: debug
@$(MAKE) -C build/Debug install

.PHONY: clean

0 comments on commit aa5cc2a

Please sign in to comment.