diff options
author | Baruch Sterin <baruchs@gmail.com> | 2013-12-07 00:44:57 -0800 |
---|---|---|
committer | Baruch Sterin <baruchs@gmail.com> | 2013-12-07 00:44:57 -0800 |
commit | 3c3589125df23188c75a3960bf276832b5504a94 (patch) | |
tree | 65d92f3d14d6060cc06895a23fcae00230750cb8 /Makefile | |
parent | 549cd2c6da549cffdf5e310ed73e11112c52c70c (diff) | |
download | abc-3c3589125df23188c75a3960bf276832b5504a94.tar.gz abc-3c3589125df23188c75a3960bf276832b5504a94.tar.bz2 abc-3c3589125df23188c75a3960bf276832b5504a94.zip |
fixes for simple_livness
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ +ABC_PYTHON=/usr/bin/python + CC := gcc CXX := g++ LD := $(CXX) |