diff options
author | Aaron Bieber <aaron@bolddaemon.com> | 2015-08-18 16:02:57 -0600 |
---|---|---|
committer | Aaron Bieber <aaron@bolddaemon.com> | 2015-08-18 16:02:57 -0600 |
commit | 55a46367881e17b05bd64d9f44b30bf6623b5e37 (patch) | |
tree | 3a4c75b51b841218554954e026fe953b0fc94044 /icebox/Makefile | |
parent | 4b4511dfe90e398afa9f0501084cb1373ca967cc (diff) | |
download | icestorm-55a46367881e17b05bd64d9f44b30bf6623b5e37.tar.gz icestorm-55a46367881e17b05bd64d9f44b30bf6623b5e37.tar.bz2 icestorm-55a46367881e17b05bd64d9f44b30bf6623b5e37.zip |
set PYTHON in subdir
Diffstat (limited to 'icebox/Makefile')
-rw-r--r-- | icebox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icebox/Makefile b/icebox/Makefile index f611cce..cd92235 100644 --- a/icebox/Makefile +++ b/icebox/Makefile @@ -1,3 +1,4 @@ +PYTHON ?= python2 DESTDIR = /usr/local all: chipdb-1k.txt chipdb-8k.txt |