Skip to content

Commit

Permalink
copy gobview distribution files to gobview_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
stilscher committed Nov 2, 2023
1 parent 660a678 commit a883207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dune-workspace
# gobview
run/
gobview_out/*
gobview_dist/*

# witnesses
witness.yml
Expand Down
4 changes: 2 additions & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ rule() {
dune build gobview &&
rm -f goblint-http &&
cp ./_build/default/gobview/goblint-http-server/goblint_http.exe goblint-http &&
mkdir -p run &&
cp -R ./_build/default/gobview/dist/* ./run/
mkdir -p gobview_dist &&
cp -R ./_build/default/gobview/dist/* ./gobview_dist/
# alternatives to .exe: .bc (bytecode), .bc.js (js_of_ocaml), see https://dune.readthedocs.io/en/stable/dune-files.html#executable
;; js) # https://dune.readthedocs.io/en/stable/jsoo.html
dune build $TARGET.bc.js &&
Expand Down

0 comments on commit a883207

Please sign in to comment.