Skip to content

Commit

Permalink
Add an install target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jan 24, 2023
1 parent ce1bdcf commit 759179e
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 @@ -12,5 +12,8 @@ default: build
build:
$(DUNE) build

install:
$(DUNE) install

clean:
$(DUNE) clean

0 comments on commit 759179e

Please sign in to comment.