Skip to content

Commit

Permalink
Merge pull request #43 from lukeyeager/make-install
Browse files Browse the repository at this point in the history
Add install target
  • Loading branch information
ku1ik committed Jan 5, 2016
2 parents 6792ec2 + 17e8a9f commit 563537e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -21,6 +21,9 @@ clean64:
test: build
cd build && make test

install: build
cd build && make install

clean: clean32 clean64
rm -rf build

Expand Down

0 comments on commit 563537e

Please sign in to comment.