Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattias Fält
moberg
Commits
f793bc28
Commit
f793bc28
authored
May 19, 2021
by
Mattias Fält
Browse files
Remove python 2
parent
4e308e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
adaptors/python/Makefile
View file @
f793bc28
...
...
@@ -4,13 +4,10 @@ all: BUILD INSTALL
.PHONY
:
BUILD
BUILD
:
python2 ./setup.py build
python3 ./setup.py build
.PHONY
:
INSTALL
INSTALL
:
MOBERG_VERSION
=
$(MOBERG_VERSION)
python2
\
./setup.py
install
-O1
--prefix
=
/usr/
--root
=
./install
MOBERG_VERSION
=
$(MOBERG_VERSION)
python3
\
./setup.py
install
-O1
--prefix
=
/usr/
--root
=
./install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment