~twom/loggerhead/fix-per-file-revision-ui

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Colin Watson
  • Date: 2020-06-08 10:03:32 UTC
  • mfrom: (498.3.1 python3-default)
  • Revision ID: cjwatson@canonical.com-20200608100332-ue1kxughfyk86eoi
[r=cjwatson] Use python3 for running loggerhead by default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
PYTHON ?= python
 
2
PYTHON ?= python3
3
3
 
4
4
dist:
5
5
        $(PYTHON) ./setup.py sdist