Skip to content

Commit

Permalink
Small Makefile adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jul 30, 2022
1 parent b2b651e commit 8086a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ all: $(ALL)

quick: skylighting/src/Skylighting/Syntax.hs
cabal test -fexecutable --test-options='--hide-successes $(TESTARGS)' all
cabal install -fexecutable all
cabal install -fexecutable exe:skylighting

test:
cabal test --test-options '--hide-successes $(TESTARGS)'

bench:
cabal bench -fexecutable
cabal bench skylighting-core

format: skylighting-format skylighting-core-format

Expand Down

0 comments on commit 8086a91

Please sign in to comment.