Skip to content

Commit

Permalink
Fixed wrong make all target
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten authored Aug 6, 2020
1 parent 865e505 commit d262988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git clone [email protected]:digitallyinduced/ihp.git IHP
The best workflow is to use `ghci` to load your application together with the framework version in `IHP`. Then, in your app directory (NOT the IHP directory):

```
make all # only needs to be run once
make -B build/ihp-lib # only needs to be run once
ghci
$ghci> :l Main
```
Expand Down

0 comments on commit d262988

Please sign in to comment.