aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-22 09:43:14 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-22 09:43:14 +0200
commit498a7acbe2a708148ed7cbf6934debb1193f656d (patch)
treef02b4c696920a125478cea7c445944e5f4181858 /icebox/Makefile
parentf6f96a26e036e56577ad5a1bfec78fd06f419ca0 (diff)
downloadicestorm-498a7acbe2a708148ed7cbf6934debb1193f656d.tar.gz
icestorm-498a7acbe2a708148ed7cbf6934debb1193f656d.tar.bz2
icestorm-498a7acbe2a708148ed7cbf6934debb1193f656d.zip
icebox: python3
Diffstat (limited to 'icebox/Makefile')
-rw-r--r--icebox/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/icebox/Makefile b/icebox/Makefile
index cd92235..1cf40da 100644
--- a/icebox/Makefile
+++ b/icebox/Makefile
@@ -1,14 +1,13 @@
-PYTHON ?= python2
DESTDIR = /usr/local
all: chipdb-1k.txt chipdb-8k.txt
chipdb-1k.txt: icebox.py iceboxdb.py icebox_chipdb.py
- $(PYTHON) icebox_chipdb.py > chipdb-1k.new
+ python3 icebox_chipdb.py > chipdb-1k.new
mv chipdb-1k.new chipdb-1k.txt
chipdb-8k.txt: icebox.py iceboxdb.py icebox_chipdb.py
- $(PYTHON) icebox_chipdb.py -8 > chipdb-8k.new
+ python3 icebox_chipdb.py -8 > chipdb-8k.new
mv chipdb-8k.new chipdb-8k.txt
clean: