Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Aug 29, 2018
1 parent 008413c commit 23803a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rulebot/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $(RMAIN): $(RMAIN).$(TARGET)
$(RMAIN).$(TARGET): $(GENERATED)
-rm -f bmd/io_t.mli call_t.mli
$(RMLBUILD) \
-rmlc "rmlc -I $(WCSLIB) \
-rmlc "rmlc -I $(WCSLIB)" \
-I api -I bmd -I parser -I workspaces \
-use-ocamlfind -use-menhir \
-pkg atdgen -pkg cohttp.lwt \
Expand Down

0 comments on commit 23803a6

Please sign in to comment.