Skip to content

Commit

Permalink
Makefile - fix bootstrap target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Feb 27, 2019
1 parent e51dcea commit fb60b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -26,6 +26,7 @@ skylighting-format:

XMLS=$(wildcard skylighting-core/xml/*.xml)
bootstrap: $(XMLS)
stack install --flag "skylighting-core:executable" skylighting-core
-rm -rf skylighting/src/Skylighting/Syntax skylighting/src/Skylighting/Syntax.hs
cd skylighting && skylighting-extract ../skylighting-core/xml/*.xml
stack install --flag "skylighting:executable" --test --test-arguments \
Expand Down

0 comments on commit fb60b2a

Please sign in to comment.