Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add build task in Makefile
  • Loading branch information
lerrua committed Mar 3, 2016
1 parent fa974b6 commit 6804ce1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Expand Up @@ -15,6 +15,11 @@ environment:
@python setup.py develop
@npm install bower

.PHONY: build
build: environment
@cd mining; git submodule init; git submodule update
@cd mining/frontend; bower install

.PHONY: install
install:
@python setup.py install
Expand Down

0 comments on commit 6804ce1

Please sign in to comment.