Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Why3find
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Why3find
Commits
c4816a95
Commit
c4816a95
authored
1 year ago
by
Loïc Correnson
Browse files
Options
Downloads
Plain Diff
Merge branch '31-makefile-issues' into 'master'
Resolve "[makefile] issues" Closes
#31
See merge request dev/why3find!26
parents
8f7fa03b
eb96f50c
No related branches found
No related tags found
1 merge request
!26
Resolve "[makefile] issues"
Pipeline
#56632
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-2
4 additions, 2 deletions
Makefile
with
4 additions
and
2 deletions
Makefile
+
4
−
2
View file @
c4816a95
...
...
@@ -2,7 +2,7 @@
# --- Why3 Package Manager
# --------------------------------------------------------------------------
.PHONY
:
all build clean test lint headers install
.PHONY
:
all build clean test lint headers install
uninstall
all
:
build
...
...
@@ -23,6 +23,8 @@ headers:
install
:
dune
install
2> /dev/null
codesign
-s
-
`
which why3find
`
uninstall
:
dune uninstall 2> /dev/null
# --------------------------------------------------------------------------
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