Skip to content

Commit

Permalink
add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Aug 21, 2024
1 parent 0376562 commit e362186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/brr_lwd_ui/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
watch:
opam exec -- dune build examples/virtual-table/main.bc.js --watch
4 changes: 4 additions & 0 deletions vendor/brr_lwd_ui/examples/virtual-table/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
(flags
(:standard --no-inline)))
(libraries js_of_ocaml lwd brr-lwd brr-lwd-ui))

(alias
(name examples)
(deps main.bc.js))

0 comments on commit e362186

Please sign in to comment.