Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactor: move binary to own dir #4

Merged
merged 1 commit into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 4 additions & 0 deletions bin/dune
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(executable
(name orun)
(public_name orun)
(libraries re str cmdliner yojson unix wait4 profiler))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
(c_library_flags (:include profiler_library_flags.sexp))
(modules ))

(executable
(name orun)
(public_name orun)
(libraries re str cmdliner yojson unix wait4 profiler))

(rule
(targets profiler_library_flags.sexp)
(deps (:detect_os config/detect_os.sh))
Expand Down