Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mkexp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esmenv
mkexp
Commits
c5eff591
Commit
c5eff591
authored
3 years ago
by
Karl-Hermann Wieners
Browse files
Options
Downloads
Patches
Plain Diff
Changed Makefile to allow using 'python3' instead of 'python'
parent
cbe767eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-3
5 additions, 3 deletions
Makefile
with
5 additions
and
3 deletions
Makefile
+
5
−
3
View file @
c5eff591
prefix
=
/usr/local
PYTHON
=
python
all
:
clean
:
...
...
@@ -11,13 +13,13 @@ distclean: clean
doc
:
doc/mkexp.pdf
check
:
python
test.py
-v
$(
PYTHON
)
test.py
-v
dist
:
doc
python
setup.py sdist
$(
PYTHON
)
setup.py sdist
install
:
doc
python
setup.py
install
--prefix
=
$(
prefix
)
$(
PYTHON
)
setup.py
install
--prefix
=
$(
prefix
)
.PHONY
:
all clean distclean doc check dist install
...
...
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