This commit is contained in:
Caden Kline 2017-10-03 07:58:57 -04:00 committed by GitHub
parent ffdf4939bf
commit c9f945bb2f

View file

@ -1,5 +1,5 @@
CC := clang++-5.0
PYTHON2 := python
PYTHON2 := python2
CPP_FILES := $(wildcard *.cpp)
IPCIMPL_FILES := $(wildcard ipcimpl/*.cpp)
H_FILES := $(wildcard *.h)