diff options
| author | Miodrag Milanović <mmicko@gmail.com> | 2021-09-06 11:08:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-06 11:08:23 +0200 |
| commit | f14a7fb4cad51e9f5e9cb267ce8261016418f2c8 (patch) | |
| tree | 6d96a613218d6dbe8ff38d69140672c3dc1ee4f2 /config.mk | |
| parent | 9fe28369aaf1f98090b9ecfded6ef22599cc09d0 (diff) | |
| parent | bc84cef2b1dbb39420c8d4bd9cafc183e3b170ff (diff) | |
Merge pull request #239 from xobs/python-bin-name
Use $(PYTHON) in Makefiles instead of `python3`
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,3 +40,5 @@ PREFIX = / LDFLAGS = -O2 --memory-init-file 0 -s TOTAL_MEMORY=64*1024*1024 SUBDIRS = icebox icepack icemulti icepll icetime icebram endif + +PYTHON ?= python3 |
