Skip to content

Commit dfd2e69

Browse files
aryxclaude
andcommitted
Add syncweb_indexer to default build, add compiler-libs to lpizer deps
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c98219d commit dfd2e69

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
###############################################################################
1313

1414
default:
15-
bash -c "dune build _build/install/default/bin/{syncweb,lpizer,test.bc}"
15+
bash -c "dune build _build/install/default/bin/{syncweb,lpizer,syncweb_indexer,test.bc}"
1616

1717
syncweb-only:
1818
dune build _build/install/default/bin/syncweb

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ using semgrep parsers for language-aware analysis.
116116
uuidm
117117
yojson
118118
; -- from semgrep-pfff-langs --
119+
compiler-libs
119120
(menhir (= "20230608"))
120121
parmap
121122
tsort

lpizer.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ depends: [
4848
"uri"
4949
"uuidm"
5050
"yojson"
51+
"compiler-libs"
5152
"menhir" {= "20230608"}
5253
"parmap"
5354
"tsort"

0 commit comments

Comments
 (0)