Skip to content

Commit

Permalink
Makefile - fix cli build in all.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 16, 2024
1 parent 96d52b9 commit 1875e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ PROFTARGET?=b5.md

all:
cabal test --ghc-options="$(GHC_OPTS)" --test-option=--hide-successes all
cabal build --ghc-options="$(GHC_OPTS)" -fexecutable commonmark-cli
cabal build --ghc-options="$(GHC_OPTS)" -fexecutable all
cabal list-bin commonmark-cli

prof:
cabal build --enable-profiling --ghc-options="${GHC_OPTS}" commonmark-cli
Expand Down

0 comments on commit 1875e9a

Please sign in to comment.