aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-11-07 01:03:25 +0000
committerbloodstalker <thabogre@gmail.com>2017-11-07 01:03:25 +0000
commit912b06b2938a9c34b582f372d57c8a1aea84f0ea (patch)
tree091d4ed9c77206b18ccdd3931e059fe4db014102 /bruiser/makefile
parentfix (diff)
downloadmutator-912b06b2938a9c34b582f372d57c8a1aea84f0ea.tar.gz
mutator-912b06b2938a9c34b582f372d57c8a1aea84f0ea.zip
travis should be fixed now
Diffstat (limited to 'bruiser/makefile')
-rw-r--r--bruiser/makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/bruiser/makefile b/bruiser/makefile
index a464371..65a5ed7 100644
--- a/bruiser/makefile
+++ b/bruiser/makefile
@@ -4,7 +4,7 @@ include ../macros.mk
#######################################VARS####################################
override CXX_FLAGS+:=-I/usr/include
-override CXX_FLAGS+:=$(shell python3-config --includes)
+override CXX_FLAGS+::=$(shell python3-config --includes)
BRUISER=bruiser
LUA?=JIT
LIB_LUA=./lua-5.3.4/src/liblua.a
@@ -30,8 +30,6 @@ depend: .bruiser.d
-include ./.bruiser.d
.cpp.o: depend
- @echo 'fuck right off'
- echo 'fuck right off'
$(CXX) $(CXX_FLAGS) -I/usr/include/python3.5m -c $< -o $@
linenoise.o: