Skip to content

Commit

Permalink
move tools to ppx folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 15, 2024
1 parent 460e4a4 commit 2bfd25c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ppx/browser/dune
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
(files ../native/ppx_deriving_json_common.ml))

(copy_files#
(files ../../tools/ppx_deriving_tools.ml))
(files ../tools/ppx_deriving_tools.ml))

(copy_files#
(files ../../tools/ppx_deriving_tools.mli))
(files ../tools/ppx_deriving_tools.mli))
2 changes: 1 addition & 1 deletion ppx/native/dune
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
(run echo "let () = Ppxlib.Driver.standalone ()"))))

(copy_files#
(files ../../tools/ppx_deriving_tools.{ml,mli}))
(files ../tools/ppx_deriving_tools.{ml,mli}))
File renamed without changes.
File renamed without changes.

0 comments on commit 2bfd25c

Please sign in to comment.