File tree Expand file tree Collapse file tree 4 files changed +3
-28
lines changed Expand file tree Collapse file tree 4 files changed +3
-28
lines changed Original file line number Diff line number Diff line change 11include include.mk
22
3- .PHONY : all clean docs haddock jenkins k-frontend \
3+ .PHONY : all clean docs haddock \
44 test test-kore test-k \
55 kore-exec kore-repl
66
@@ -12,8 +12,6 @@ kore-repl: $(KORE_REPL)
1212
1313kore-parser : $(KORE_PARSER )
1414
15- k-frontend : $(K )
16-
1715docs : haddock
1816
1917haddock :
@@ -32,7 +30,7 @@ haddock:
3230haskell_documentation : haddock
3331 cp -r $$($(STACK_HADDOCK ) path --local-doc-root) haskell_documentation
3432
35- all : kore k-frontend
33+ all : kore
3634
3735test : test-kore test-k
3836
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33set -exuo pipefail
44
5- export TOP=${TOP:- $(git rev-parse --show-toplevel)}
6- export PATH=" $( stack path --local-bin) ${PATH: +: $PATH } "
7-
8- MAKE=" make -O -j --directory $TOP "
9-
105# Dockerfile caches only snapshot dependencies.
116# Make non-snapshot dependencies available early.
127stack build --only-dependencies --test --no-run-tests --bench --no-run-benchmarks
13-
14- $MAKE k-frontend
Original file line number Diff line number Diff line change 2121 MAKE=" make -j ${JOBS:? } -C $TOP "
2222fi
2323
24- $MAKE kore k-frontend
24+ $MAKE kore
2525$MAKE test-k
You can’t perform that action at this time.
0 commit comments