summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2013-12-07 00:44:57 -0800
committerBaruch Sterin <baruchs@gmail.com>2013-12-07 00:44:57 -0800
commit3c3589125df23188c75a3960bf276832b5504a94 (patch)
tree65d92f3d14d6060cc06895a23fcae00230750cb8 /Makefile
parent549cd2c6da549cffdf5e310ed73e11112c52c70c (diff)
downloadabc-3c3589125df23188c75a3960bf276832b5504a94.tar.gz
abc-3c3589125df23188c75a3960bf276832b5504a94.tar.bz2
abc-3c3589125df23188c75a3960bf276832b5504a94.zip
fixes for simple_livness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8d3613e..0decaa55 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
+ABC_PYTHON=/usr/bin/python
+
CC := gcc
CXX := g++
LD := $(CXX)