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
Merge requests
!26
Resolve "[makefile] issues"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "[makefile] issues"
31-makefile-issues
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Loïc Correnson
requested to merge
31-makefile-issues
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#31 (closed)
0
0
Merge request reports
Viewing commit
eb96f50c
Show latest version
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eb96f50c
[make] fix install & uninstall
· eb96f50c
Loïc Correnson
authored
1 year ago
Makefile
+
4
−
2
Options
@@ -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
# --------------------------------------------------------------------------
Loading