Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sek
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POTTIER Francois
sek
Commits
e2014396
Commit
e2014396
authored
3 years ago
by
POTTIER Francois
Browse files
Options
Downloads
Patches
Plain Diff
[make setup]: do not automatically invoke [make -C fuzz setup].
parent
ea4c2034
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+8
-1
8 additions, 1 deletion
Makefile
with
8 additions
and
1 deletion
Makefile
+
8
−
1
View file @
e2014396
...
...
@@ -43,12 +43,19 @@ all:
# [make setup] installs the packages that we need in whatever opam
# switch is currently active.
# Installing ocamlfind and monolith in the current switch is not
# necessary for [make] nor [make test]; but it is necessary for
# [make -C fuzz setup].
# We do not invoke [make -C fuzz setup] here, because it is costly
# (it can create a new switch) and is useful only to people who
# wish to run [make test].
.PHONY
:
setup
setup
:
opam
install
\
"dune>=2.0"
"cppo"
"pprint>=20200410"
"seq"
"odoc"
\
"monolith"
"ocamlfind"
make
-C
fuzz setup
.PHONY
:
merlin
merlin
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment