Skip to content

Commit

Permalink
Merge pull request #6 from babelouest/2.0
Browse files Browse the repository at this point in the history
add install to root Makefile
  • Loading branch information
babelouest authored May 27, 2017
2 parents 90f2482 + 9ffb40a commit 7656098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ all: libhoel.so example_sqlite3 example_mariadb example_pgsql
debug:
cd $(EXAMPLE_LOCATION) && $(MAKE) debug

install:
cd $(EXAMPLE_LOCATION) && $(MAKE) install

clean:
cd $(LIBHOEL_LOCATION) && $(MAKE) clean
cd $(EXAMPLE_LOCATION) && $(MAKE) clean
Expand Down

0 comments on commit 7656098

Please sign in to comment.